Html Css Color HEX #D9AF10 Sunflower

📋 copy color: '#D9AF10'

red 217 ◦ green 175 ◦ blue 16

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

Shades of Sunflower #D9AF10

Tints of Sunflower #D9AF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.89%

 BLUE value IS 16 (6.64% from 255) = 3.92%

R = 53.19%
G = 42.89%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9AF10 (or 0xD9AF10) is known color: Sunflower. HEX triplet: D9, AF and 10. RGB value is (217,175,16). Sum of RGB (Red+Green+Blue) = 217+175+16=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AF10 is #2650EF. Grayscale: #AAAAAA. Windows color (decimal): -2511088 or 1093593. OLE color: 1093593.

HSL color Cylindrical-coordinate representation of color #D9AF10: hue angle of 47.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9AF10 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 16 -
CMYK 0 0.19 0.93 0.15
HSL 47.46º 0.86% 0.46% -
HSV(B) 47.46º 0.93% 0.85% -
XYZ 44.04 45.45 6.94 -
YUV 169.43 41.41 161.93 -
System Red Green Blue C M Y K H S L
Decimal 217 175 16 0 0.19 0.93 0.15 47.46 0.86 0.46
Hex D9 AF 10 0 13 5D F 2F 56 2E
Octal 331 257 20 0 23 135 17 57 126 56
Binary 11011001 10101111 10000 0 10011 1011101 1111 101111 1010110 101110

Color Harmonies of #D9AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF10

Black with #D9AF10

Text Example


Text Example

White with #D9AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF10; }

 p { color: rgb(217,175,16); }

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

background-color css

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

 a { background-color: rgb(217,175,16); }

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

border-color css

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

 span { border-color: rgb(217,175,16); }

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