Html Css Color HEX #DCB380 Calico

📋 copy color: '#DCB380'

red 220 ◦ green 179 ◦ blue 128

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

Shades of Calico #DCB380

Tints of Calico #DCB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.97%

 BLUE value IS 128 (50.39% from 255) = 24.29%

R = 41.75%
G = 33.97%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCB380 (or 0xDCB380) is known color: Calico. HEX triplet: DC, B3 and 80. RGB value is (220,179,128). Sum of RGB (Red+Green+Blue) = 220+179+128=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB380 is #234C7F. Grayscale: #B9B9B9. Windows color (decimal): -2313344 or 8434652. OLE color: 8434652.

HSL color Cylindrical-coordinate representation of color #DCB380: hue angle of 33.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB380 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 128 -
CMYK 0 0.19 0.42 0.14
HSL 33.26º 0.57% 0.68% -
HSV(B) 33.26º 0.42% 0.86% -
XYZ 49.53 49.01 27.27 -
YUV 185.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 220 179 128 0 0.19 0.42 0.14 33.26 0.57 0.68
Hex DC B3 80 0 13 2A E 21 39 44
Octal 334 263 200 0 23 52 16 41 71 104
Binary 11011100 10110011 10000000 0 10011 101010 1110 100001 111001 1000100

Color Harmonies of #DCB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB380

Black with #DCB380

Text Example


Text Example

White with #DCB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB380; }

 p { color: rgb(220,179,128); }

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

background-color css

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

 a { background-color: rgb(220,179,128); }

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

border-color css

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

 span { border-color: rgb(220,179,128); }

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