Html Css Color HEX #D0AE11 Bird Flower

📋 copy color: '#D0AE11'

red 208 ◦ green 174 ◦ blue 17

#D0AE11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D0AE11

Tints of Bird Flower #D0AE11

RGB

 RED value IS 208 (81.64% from 255) = 52.13%

 GREEN value IS 174 (68.36% from 255) = 43.61%

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 52.13%
G = 43.61%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0AE11 (or 0xD0AE11) is known color: Bird Flower. HEX triplet: D0, AE and 11. RGB value is (208,174,17). Sum of RGB (Red+Green+Blue) = 208+174+17=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AE11 is #2F51EE. Grayscale: #A6A6A6. Windows color (decimal): -3101167 or 1158864. OLE color: 1158864.

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

Color convert

RGB 208 174 17 -
CMYK 0 0.16 0.92 0.18
HSL 49.32º 0.85% 0.44% -
HSV(B) 49.32º 0.92% 0.82% -
XYZ 41.25 43.72 6.8 -
YUV 166.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 208 174 17 0 0.16 0.92 0.18 49.32 0.85 0.44
Hex D0 AE 11 0 10 5C 12 31 55 2C
Octal 320 256 21 0 20 134 22 61 125 54
Binary 11010000 10101110 10001 0 10000 1011100 10010 110001 1010101 101100

Color Harmonies of #D0AE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE11

Black with #D0AE11

Text Example


Text Example

White with #D0AE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE11; }

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

 H1.HeaderClassName
 {
   color: #D0AE11;
 }
 .AnyTagClassName
 {
   color: #D0AE11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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