Html Css Color HEX #DCB115 Sunflower

📋 copy color: '#DCB115'

red 220 ◦ green 177 ◦ blue 21

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

Shades of Sunflower #DCB115

Tints of Sunflower #DCB115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.02%

R = 52.63%
G = 42.34%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCB115 (or 0xDCB115) is known color: Sunflower. HEX triplet: DC, B1 and 15. RGB value is (220,177,21). Sum of RGB (Red+Green+Blue) = 220+177+21=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB115 is #234EEA. Grayscale: #ACACAC. Windows color (decimal): -2313963 or 1421788. OLE color: 1421788.

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

Color convert

RGB 220 177 21 -
CMYK 0 0.20 0.90 0.14
HSL 47.04º 0.83% 0.47% -
HSV(B) 47.04º 0.9% 0.86% -
XYZ 45.37 46.71 7.33 -
YUV 172.07 42.75 162.18 -
System Red Green Blue C M Y K H S L
Decimal 220 177 21 0 0.20 0.90 0.14 47.04 0.83 0.47
Hex DC B1 15 0 14 5A E 2F 53 2F
Octal 334 261 25 0 24 132 16 57 123 57
Binary 11011100 10110001 10101 0 10100 1011010 1110 101111 1010011 101111

Color Harmonies of #DCB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB115

Black with #DCB115

Text Example


Text Example

White with #DCB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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