Html Css Color HEX #D9AE09 Sunflower

📋 copy color: '#D9AE09'

red 217 ◦ green 174 ◦ blue 9

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

Shades of Sunflower #D9AE09

Tints of Sunflower #D9AE09

RGB

 RED value IS 217 (85.16% from 255) = 54.25%

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

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

R = 54.25%
G = 43.5%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9AE09 (or 0xD9AE09) is known color: Sunflower. HEX triplet: D9, AE and 09. RGB value is (217,174,9). Sum of RGB (Red+Green+Blue) = 217+174+9=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AE09 is #2651F6. Grayscale: #A8A8A8. Windows color (decimal): -2511351 or 634585. OLE color: 634585.

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

Color convert

RGB 217 174 9 -
CMYK 0 0.20 0.96 0.15
HSL 47.6º 0.92% 0.44% -
HSV(B) 47.6º 0.96% 0.85% -
XYZ 43.8 45.04 6.64 -
YUV 168.05 38.25 162.92 -
System Red Green Blue C M Y K H S L
Decimal 217 174 9 0 0.20 0.96 0.15 47.6 0.92 0.44
Hex D9 AE 9 0 14 60 F 30 5C 2C
Octal 331 256 11 0 24 140 17 60 134 54
Binary 11011001 10101110 1001 0 10100 1100000 1111 110000 1011100 101100

Color Harmonies of #D9AE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE09

Black with #D9AE09

Text Example


Text Example

White with #D9AE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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