Html Css Color HEX #D5AF09 Sunflower

📋 copy color: '#D5AF09'

red 213 ◦ green 175 ◦ blue 9

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

Shades of Sunflower #D5AF09

Tints of Sunflower #D5AF09

RGB

 RED value IS 213 (83.59% from 255) = 53.65%

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

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

R = 53.65%
G = 44.08%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5AF09 (or 0xD5AF09) is known color: Sunflower. HEX triplet: D5, AF and 09. RGB value is (213,175,9). Sum of RGB (Red+Green+Blue) = 213+175+9=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AF09 is #2A50F6. Grayscale: #A8A8A8. Windows color (decimal): -2773239 or 634837. OLE color: 634837.

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

Color convert

RGB 213 175 9 -
CMYK 0 0.18 0.96 0.16
HSL 48.82º 0.92% 0.44% -
HSV(B) 48.82º 0.96% 0.84% -
XYZ 42.82 44.83 6.65 -
YUV 167.44 38.59 160.5 -
System Red Green Blue C M Y K H S L
Decimal 213 175 9 0 0.18 0.96 0.16 48.82 0.92 0.44
Hex D5 AF 9 0 12 60 10 31 5C 2C
Octal 325 257 11 0 22 140 20 61 134 54
Binary 11010101 10101111 1001 0 10010 1100000 10000 110001 1011100 101100

Color Harmonies of #D5AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF09

Black with #D5AF09

Text Example


Text Example

White with #D5AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF09; }

 p { color: rgb(213,175,9); }

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

background-color css

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

 a { background-color: rgb(213,175,9); }

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

border-color css

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

 span { border-color: rgb(213,175,9); }

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