Html Css Color HEX #DCB114 Sunflower

📋 copy color: '#DCB114'

red 220 ◦ green 177 ◦ blue 20

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

Shades of Sunflower #DCB114

Tints of Sunflower #DCB114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.8%

R = 52.76%
G = 42.45%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCB114 (or 0xDCB114) is known color: Sunflower. HEX triplet: DC, B1 and 14. RGB value is (220,177,20). Sum of RGB (Red+Green+Blue) = 220+177+20=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB114 is #234EEB. Grayscale: #ACACAC. Windows color (decimal): -2313964 or 1356252. OLE color: 1356252.

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

Color convert

RGB 220 177 20 -
CMYK 0 0.20 0.91 0.14
HSL 47.1º 0.83% 0.47% -
HSV(B) 47.1º 0.91% 0.86% -
XYZ 45.36 46.71 7.29 -
YUV 171.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 220 177 20 0 0.20 0.91 0.14 47.1 0.83 0.47
Hex DC B1 14 0 14 5B E 2F 53 2F
Octal 334 261 24 0 24 133 16 57 123 57
Binary 11011100 10110001 10100 0 10100 1011011 1110 101111 1010011 101111

Color Harmonies of #DCB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB114

Black with #DCB114

Text Example


Text Example

White with #DCB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB114; }

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

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

background-color css

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

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

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

border-color css

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

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

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