Html Css Color HEX #DCB112 Sunflower

📋 copy color: '#DCB112'

red 220 ◦ green 177 ◦ blue 18

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

Shades of Sunflower #DCB112

Tints of Sunflower #DCB112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.34%

R = 53.01%
G = 42.65%
B = 4.34%

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

#DCB112 (or 0xDCB112) is known color: Sunflower. HEX triplet: DC, B1 and 12. RGB value is (220,177,18). Sum of RGB (Red+Green+Blue) = 220+177+18=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB112 is #234EED. Grayscale: #ACACAC. Windows color (decimal): -2313966 or 1225180. OLE color: 1225180.

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

Color convert

RGB 220 177 18 -
CMYK 0 0.20 0.92 0.14
HSL 47.23º 0.85% 0.47% -
HSV(B) 47.23º 0.92% 0.86% -
XYZ 45.35 46.7 7.2 -
YUV 171.73 41.25 162.43 -
System Red Green Blue C M Y K H S L
Decimal 220 177 18 0 0.20 0.92 0.14 47.23 0.85 0.47
Hex DC B1 12 0 14 5C E 2F 55 2F
Octal 334 261 22 0 24 134 16 57 125 57
Binary 11011100 10110001 10010 0 10100 1011100 1110 101111 1010101 101111

Color Harmonies of #DCB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB112

Black with #DCB112

Text Example


Text Example

White with #DCB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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