Html Css Color HEX #DCB111 Sunflower

📋 copy color: '#DCB111'

red 220 ◦ green 177 ◦ blue 17

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

Shades of Sunflower #DCB111

Tints of Sunflower #DCB111

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

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

R = 53.14%
G = 42.75%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCB111 (or 0xDCB111) is known color: Sunflower. HEX triplet: DC, B1 and 11. RGB value is (220,177,17). Sum of RGB (Red+Green+Blue) = 220+177+17=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB111 is #234EEE. Grayscale: #ACACAC. Windows color (decimal): -2313967 or 1159644. OLE color: 1159644.

HSL color Cylindrical-coordinate representation of color #DCB111: hue angle of 47.29º 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 #DCB111 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 17 -
CMYK 0 0.20 0.92 0.14
HSL 47.29º 0.86% 0.46% -
HSV(B) 47.29º 0.92% 0.86% -
XYZ 45.34 46.7 7.15 -
YUV 171.62 40.75 162.51 -
System Red Green Blue C M Y K H S L
Decimal 220 177 17 0 0.20 0.92 0.14 47.29 0.86 0.46
Hex DC B1 11 0 14 5C E 2F 56 2E
Octal 334 261 21 0 24 134 16 57 126 56
Binary 11011100 10110001 10001 0 10100 1011100 1110 101111 1010110 101110

Color Harmonies of #DCB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB111

Black with #DCB111

Text Example


Text Example

White with #DCB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB111; }

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

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

background-color css

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

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

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

border-color css

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

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

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