Html Css Color HEX #DDB29A Cashmere

📋 copy color: '#DDB29A'

red 221 ◦ green 178 ◦ blue 154

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

Shades of Cashmere #DDB29A

Tints of Cashmere #DDB29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.85%

R = 39.96%
G = 32.19%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDB29A (or 0xDDB29A) is known color: Cashmere. HEX triplet: DD, B2 and 9A. RGB value is (221,178,154). Sum of RGB (Red+Green+Blue) = 221+178+154=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB29A is #224D65. Grayscale: #BCBCBC. Windows color (decimal): -2248038 or 10138333. OLE color: 10138333.

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

Color convert

RGB 221 178 154 -
CMYK 0 0.19 0.30 0.13
HSL 21.49º 0.5% 0.74% -
HSV(B) 21.49º 0.3% 0.87% -
XYZ 51.57 49.55 37.42 -
YUV 188.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 221 178 154 0 0.19 0.30 0.13 21.49 0.5 0.74
Hex DD B2 9A 0 13 1E D 15 32 4A
Octal 335 262 232 0 23 36 15 25 62 112
Binary 11011101 10110010 10011010 0 10011 11110 1101 10101 110010 1001010

Color Harmonies of #DDB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB29A

Black with #DDB29A

Text Example


Text Example

White with #DDB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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