Html Css Color HEX #DDB69C Cashmere

📋 copy color: '#DDB69C'

red 221 ◦ green 182 ◦ blue 156

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

Shades of Cashmere #DDB69C

Tints of Cashmere #DDB69C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.56%

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

R = 39.53%
G = 32.56%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDB69C (or 0xDDB69C) is known color: Cashmere. HEX triplet: DD, B6 and 9C. RGB value is (221,182,156). Sum of RGB (Red+Green+Blue) = 221+182+156=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB69C is #224963. Grayscale: #BEBEBE. Windows color (decimal): -2247012 or 10270429. OLE color: 10270429.

HSL color Cylindrical-coordinate representation of color #DDB69C: hue angle of 24º 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 #DDB69C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 156 -
CMYK 0 0.18 0.29 0.13
HSL 24º 0.49% 0.74% -
HSV(B) 24º 0.29% 0.87% -
XYZ 52.55 51.23 38.57 -
YUV 190.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 221 182 156 0 0.18 0.29 0.13 24 0.49 0.74
Hex DD B6 9C 0 12 1D D 18 31 4A
Octal 335 266 234 0 22 35 15 30 61 112
Binary 11011101 10110110 10011100 0 10010 11101 1101 11000 110001 1001010

Color Harmonies of #DDB69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB69C

Black with #DDB69C

Text Example


Text Example

White with #DDB69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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