#D0AE0E

Color #D0AE0E Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D0AE0E

Tints of Bird Flower #D0AE0E

Color information

#D0AE0E (or 0xD0AE0E) is unknown color: approx Bird Flower. HEX triplet: D0, AE and 0E. RGB value is (208,174,14). Sum of RGB (Red+Green+Blue) = 208+174+14=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AE0E is #2F51F1. Grayscale: #A6A6A6. Windows color (decimal): -3101170 or 962256. OLE color: 962256.

HSL color Cylindrical-coordinate representation of color #D0AE0E: hue angle of 49.48º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0AE0E is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB20817414-
CMYK00.160.930.18
HSL49.48º87.39%43.53%-
HSV(B)49.48º93.27%81.57%-
XYZ41.2343.716.68-
YUV165.9342.26158.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 52.53%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 14 (5.86% from 255) = 3.54%
R=52.53%
G=43.94%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081741400.160.930.1849.4887.3943.53
HexD0AEE0105D1231572c
Octal32025616020135226112754
Binary110100001010111011100100001011101100101100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE0E; }

 p { color: rgb(208,174,14); }

 H1.HeaderClassName
 {
   color: #D0AE0E;
 }
 .AnyTagClassName
 {
   color: #D0AE0E;
 }
</style>
background-color css

<style>
 a { background-color: #D0AE0E; }

 a { background-color: rgb(208,174,14); }

 div.DivClassName
 {
   background-color: #D0AE0E;
 }
 .BgClassName
 {
   background-color: #D0AE0E;
 }
</style>
border-color css

<style>
 span { border-color: #D0AE0E; }

 span { border-color: rgb(208,174,14); }

 td.TdClassName
 {
   border-color: #D0AE0E;
 }
 .TagClassName
 {
   border-color: #D0AE0E;
 }
</style>