Html Css Color HEX #D2AE09 Bird Flower

📋 copy color: '#D2AE09'

red 210 ◦ green 174 ◦ blue 9

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

Shades of Bird Flower #D2AE09

Tints of Bird Flower #D2AE09

RGB

 RED value IS 210 (82.42% from 255) = 53.44%

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

 BLUE value IS 9 (3.91% from 255) = 2.29%

R = 53.44%
G = 44.27%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D2AE09 (or 0xD2AE09) is known color: Bird Flower. HEX triplet: D2, AE and 09. RGB value is (210,174,9). Sum of RGB (Red+Green+Blue) = 210+174+9=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AE09 is #2D51F6. Grayscale: #A6A6A6. Windows color (decimal): -2970103 or 634578. OLE color: 634578.

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

Color convert

RGB 210 174 9 -
CMYK 0 0.17 0.96 0.18
HSL 49.25º 0.92% 0.43% -
HSV(B) 49.25º 0.96% 0.82% -
XYZ 41.76 43.99 6.55 -
YUV 165.95 39.43 159.42 -
System Red Green Blue C M Y K H S L
Decimal 210 174 9 0 0.17 0.96 0.18 49.25 0.92 0.43
Hex D2 AE 9 0 11 60 12 31 5C 2B
Octal 322 256 11 0 21 140 22 61 134 53
Binary 11010010 10101110 1001 0 10001 1100000 10010 110001 1011100 101011

Color Harmonies of #D2AE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE09

Black with #D2AE09

Text Example


Text Example

White with #D2AE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE09; }

 p { color: rgb(210,174,9); }

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

background-color css

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

 a { background-color: rgb(210,174,9); }

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

border-color css

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

 span { border-color: rgb(210,174,9); }

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