Html Css Color HEX #DDB29C Cashmere

📋 copy color: '#DDB29C'

red 221 ◦ green 178 ◦ blue 156

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

Shades of Cashmere #DDB29C

Tints of Cashmere #DDB29C

RGB

 RED value IS 221 (86.72% from 255) = 39.82%

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

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

R = 39.82%
G = 32.07%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDB29C (or 0xDDB29C) is known color: Cashmere. HEX triplet: DD, B2 and 9C. RGB value is (221,178,156). Sum of RGB (Red+Green+Blue) = 221+178+156=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB29C is #224D63. Grayscale: #BCBCBC. Windows color (decimal): -2248036 or 10269405. OLE color: 10269405.

HSL color Cylindrical-coordinate representation of color #DDB29C: hue angle of 20.31º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB29C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 156 -
CMYK 0 0.19 0.29 0.13
HSL 20.31º 0.49% 0.74% -
HSV(B) 20.31º 0.29% 0.87% -
XYZ 51.74 49.61 38.3 -
YUV 188.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 221 178 156 0 0.19 0.29 0.13 20.31 0.49 0.74
Hex DD B2 9C 0 13 1D D 14 31 4A
Octal 335 262 234 0 23 35 15 24 61 112
Binary 11011101 10110010 10011100 0 10011 11101 1101 10100 110001 1001010

Color Harmonies of #DDB29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB29C

Black with #DDB29C

Text Example


Text Example

White with #DDB29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB29C; }

 p { color: rgb(221,178,156); }

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

background-color css

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

 a { background-color: rgb(221,178,156); }

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

border-color css

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

 span { border-color: rgb(221,178,156); }

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