Html Css Color HEX #DCB011 Sunflower

📋 copy color: '#DCB011'

red 220 ◦ green 176 ◦ blue 17

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

Shades of Sunflower #DCB011

Tints of Sunflower #DCB011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.62%

 BLUE value IS 17 (7.03% from 255) = 4.12%

R = 53.27%
G = 42.62%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCB011 (or 0xDCB011) is known color: Sunflower. HEX triplet: DC, B0 and 11. RGB value is (220,176,17). Sum of RGB (Red+Green+Blue) = 220+176+17=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB011 is #234FEE. Grayscale: #ABABAB. Windows color (decimal): -2314223 or 1159388. OLE color: 1159388.

HSL color Cylindrical-coordinate representation of color #DCB011: hue angle of 47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCB011 is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 17 -
CMYK 0 0.2 0.92 0.14
HSL 47º 0.86% 0.46% -
HSV(B) 47º 0.92% 0.86% -
XYZ 45.14 46.31 7.09 -
YUV 171.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 220 176 17 0 0.2 0.92 0.14 47 0.86 0.46
Hex DC B0 11 0 14 5C E 2F 56 2E
Octal 334 260 21 0 24 134 16 57 126 56
Binary 11011100 10110000 10001 0 10100 1011100 1110 101111 1010110 101110

Color Harmonies of #DCB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB011

Black with #DCB011

Text Example


Text Example

White with #DCB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB011; }

 p { color: rgb(220,176,17); }

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

background-color css

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

 a { background-color: rgb(220,176,17); }

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

border-color css

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

 span { border-color: rgb(220,176,17); }

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