Html Css Color HEX #D6AF09 Sunflower

📋 copy color: '#D6AF09'

red 214 ◦ green 175 ◦ blue 9

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

Shades of Sunflower #D6AF09

Tints of Sunflower #D6AF09

RGB

 RED value IS 214 (83.98% from 255) = 53.77%

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

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

R = 53.77%
G = 43.97%
B = 2.26%

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

#D6AF09 (or 0xD6AF09) is known color: Sunflower. HEX triplet: D6, AF and 09. RGB value is (214,175,9). Sum of RGB (Red+Green+Blue) = 214+175+9=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF09 is #2950F6. Grayscale: #A8A8A8. Windows color (decimal): -2707703 or 634838. OLE color: 634838.

HSL color Cylindrical-coordinate representation of color #D6AF09: hue angle of 48.59º 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 #D6AF09 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 9 -
CMYK 0 0.18 0.96 0.16
HSL 48.59º 0.92% 0.44% -
HSV(B) 48.59º 0.96% 0.84% -
XYZ 43.11 44.98 6.67 -
YUV 167.74 38.42 161 -
System Red Green Blue C M Y K H S L
Decimal 214 175 9 0 0.18 0.96 0.16 48.59 0.92 0.44
Hex D6 AF 9 0 12 60 10 31 5C 2C
Octal 326 257 11 0 22 140 20 61 134 54
Binary 11010110 10101111 1001 0 10010 1100000 10000 110001 1011100 101100

Color Harmonies of #D6AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF09

Black with #D6AF09

Text Example


Text Example

White with #D6AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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