Html Css Color HEX #DCB09C Cashmere

📋 copy color: '#DCB09C'

red 220 ◦ green 176 ◦ blue 156

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

Shades of Cashmere #DCB09C

Tints of Cashmere #DCB09C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.88%

 BLUE value IS 156 (61.33% from 255) = 28.26%

R = 39.86%
G = 31.88%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCB09C (or 0xDCB09C) is known color: Cashmere. HEX triplet: DC, B0 and 9C. RGB value is (220,176,156). Sum of RGB (Red+Green+Blue) = 220+176+156=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB09C is #234F63. Grayscale: #BABABA. Windows color (decimal): -2314084 or 10268892. OLE color: 10268892.

HSL color Cylindrical-coordinate representation of color #DCB09C: hue angle of 18.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB09C is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 156 -
CMYK 0 0.2 0.29 0.14
HSL 18.75º 0.48% 0.74% -
HSV(B) 18.75º 0.29% 0.86% -
XYZ 51.04 48.67 38.16 -
YUV 186.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 220 176 156 0 0.2 0.29 0.14 18.75 0.48 0.74
Hex DC B0 9C 0 14 1D E 13 30 4A
Octal 334 260 234 0 24 35 16 23 60 112
Binary 11011100 10110000 10011100 0 10100 11101 1110 10011 110000 1001010

Color Harmonies of #DCB09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB09C

Black with #DCB09C

Text Example


Text Example

White with #DCB09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB09C; }

 p { color: rgb(220,176,156); }

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

background-color css

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

 a { background-color: rgb(220,176,156); }

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

border-color css

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

 span { border-color: rgb(220,176,156); }

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