#DCAF0B

Color #DCAF0B Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DCAF0B

Tints of Sunflower #DCAF0B

Color information

#DCAF0B (or 0xDCAF0B) is unknown color: approx Sunflower. HEX triplet: DC, AF and 0B. RGB value is (220,175,11). Sum of RGB (Red+Green+Blue) = 220+175+11=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAF0B is #2350F4. Grayscale: #AAAAAA. Windows color (decimal): -2314485 or 765916. OLE color: 765916.

HSL color Cylindrical-coordinate representation of color #DCAF0B: hue angle of 47.08º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCAF0B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB22017511-
CMYK00.200.950.14
HSL47.08º90.48%45.29%-
HSV(B)47.08º95%86.27%-
XYZ44.9145.96.81-
YUV169.7638.41163.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.19%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 11 (4.69% from 255) = 2.71%
R=54.19%
G=43.10%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201751100.200.950.1447.0890.4845.29
HexDCAFB0145FE2f5a2d
Octal33425713024137165713255
Binary11011100101011111011010100101111111101011111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF0B; }

 p { color: rgb(220,175,11); }

 H1.HeaderClassName
 {
   color: #DCAF0B;
 }
 .AnyTagClassName
 {
   color: #DCAF0B;
 }
</style>
background-color css

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

 a { background-color: rgb(220,175,11); }

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

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

 span { border-color: rgb(220,175,11); }

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