Html Css Color HEX #DCB29D Cashmere

📋 copy color: '#DCB29D'

red 220 ◦ green 178 ◦ blue 157

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

Shades of Cashmere #DCB29D

Tints of Cashmere #DCB29D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.07%

 BLUE value IS 157 (61.72% from 255) = 28.29%

R = 39.64%
G = 32.07%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCB29D (or 0xDCB29D) is known color: Cashmere. HEX triplet: DC, B2 and 9D. RGB value is (220,178,157). Sum of RGB (Red+Green+Blue) = 220+178+157=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB29D is #234D62. Grayscale: #BCBCBC. Windows color (decimal): -2313571 or 10334940. OLE color: 10334940.

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

Color convert

RGB 220 178 157 -
CMYK 0 0.19 0.29 0.14
HSL 20º 0.47% 0.74% -
HSV(B) 20º 0.29% 0.86% -
XYZ 51.52 49.49 38.74 -
YUV 188.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 220 178 157 0 0.19 0.29 0.14 20 0.47 0.74
Hex DC B2 9D 0 13 1D E 14 2F 4A
Octal 334 262 235 0 23 35 16 24 57 112
Binary 11011100 10110010 10011101 0 10011 11101 1110 10100 101111 1001010

Color Harmonies of #DCB29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB29D

Black with #DCB29D

Text Example


Text Example

White with #DCB29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB29D; }

 p { color: rgb(220,178,157); }

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

background-color css

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

 a { background-color: rgb(220,178,157); }

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

border-color css

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

 span { border-color: rgb(220,178,157); }

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