Html Css Color HEX #DCB37F Calico

📋 copy color: '#DCB37F'

red 220 ◦ green 179 ◦ blue 127

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

Shades of Calico #DCB37F

Tints of Calico #DCB37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.14%

R = 41.83%
G = 34.03%
B = 24.14%

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

#DCB37F (or 0xDCB37F) is known color: Calico. HEX triplet: DC, B3 and 7F. RGB value is (220,179,127). Sum of RGB (Red+Green+Blue) = 220+179+127=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB37F is #234C80. Grayscale: #B9B9B9. Windows color (decimal): -2313345 or 8369116. OLE color: 8369116.

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

Color convert

RGB 220 179 127 -
CMYK 0 0.19 0.42 0.14
HSL 33.55º 0.57% 0.68% -
HSV(B) 33.55º 0.42% 0.86% -
XYZ 49.47 48.99 26.93 -
YUV 185.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 220 179 127 0 0.19 0.42 0.14 33.55 0.57 0.68
Hex DC B3 7F 0 13 2A E 22 39 44
Octal 334 263 177 0 23 52 16 42 71 104
Binary 11011100 10110011 1111111 0 10011 101010 1110 100010 111001 1000100

Color Harmonies of #DCB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB37F

Black with #DCB37F

Text Example


Text Example

White with #DCB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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