Html Css Color HEX #D6AF0F Sunflower

📋 copy color: '#D6AF0F'

red 214 ◦ green 175 ◦ blue 15

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

Shades of Sunflower #D6AF0F

Tints of Sunflower #D6AF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.71%

R = 52.97%
G = 43.32%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6AF0F (or 0xD6AF0F) is known color: Sunflower. HEX triplet: D6, AF and 0F. RGB value is (214,175,15). Sum of RGB (Red+Green+Blue) = 214+175+15=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF0F is #2950F0. Grayscale: #A9A9A9. Windows color (decimal): -2707697 or 1028054. OLE color: 1028054.

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

Color convert

RGB 214 175 15 -
CMYK 0 0.18 0.93 0.16
HSL 48.24º 0.87% 0.45% -
HSV(B) 48.24º 0.93% 0.84% -
XYZ 43.15 44.99 6.86 -
YUV 168.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 214 175 15 0 0.18 0.93 0.16 48.24 0.87 0.45
Hex D6 AF F 0 12 5D 10 30 57 2D
Octal 326 257 17 0 22 135 20 60 127 55
Binary 11010110 10101111 1111 0 10010 1011101 10000 110000 1010111 101101

Color Harmonies of #D6AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF0F

Black with #D6AF0F

Text Example


Text Example

White with #D6AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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