Html Css Color HEX #DCAF0B Sunflower

📋 copy color: '#DCAF0B'

red 220 ◦ green 175 ◦ blue 11

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

Shades of Sunflower #DCAF0B

Tints of Sunflower #DCAF0B

RGB

 RED value IS 220 (86.33% from 255) = 54.19%

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

 BLUE value IS 11 (4.69% from 255) = 2.71%

R = 54.19%
G = 43.1%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCAF0B (or 0xDCAF0B) is known color: 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

RGB 220 175 11 -
CMYK 0 0.20 0.95 0.14
HSL 47.08º 0.9% 0.45% -
HSV(B) 47.08º 0.95% 0.86% -
XYZ 44.91 45.9 6.81 -
YUV 169.76 38.41 163.84 -
System Red Green Blue C M Y K H S L
Decimal 220 175 11 0 0.20 0.95 0.14 47.08 0.9 0.45
Hex DC AF B 0 14 5F E 2F 5A 2D
Octal 334 257 13 0 24 137 16 57 132 55
Binary 11011100 10101111 1011 0 10100 1011111 1110 101111 1011010 101101

Color Harmonies of #DCAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF0B

Black with #DCAF0B

Text Example


Text Example

White with #DCAF0B

Text Example


Text Example

HTML Codes & Css Web 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>