Html Css Color HEX #DDB59B Cashmere

📋 copy color: '#DDB59B'

red 221 ◦ green 181 ◦ blue 155

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

Shades of Cashmere #DDB59B

Tints of Cashmere #DDB59B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.5%

 BLUE value IS 155 (60.94% from 255) = 27.83%

R = 39.68%
G = 32.5%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDB59B (or 0xDDB59B) is known color: Cashmere. HEX triplet: DD, B5 and 9B. RGB value is (221,181,155). Sum of RGB (Red+Green+Blue) = 221+181+155=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB59B is #224A64. Grayscale: #BEBEBE. Windows color (decimal): -2247269 or 10204637. OLE color: 10204637.

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

Color convert

RGB 221 181 155 -
CMYK 0 0.18 0.30 0.13
HSL 23.64º 0.49% 0.74% -
HSV(B) 23.64º 0.3% 0.87% -
XYZ 52.26 50.79 38.06 -
YUV 190 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 221 181 155 0 0.18 0.30 0.13 23.64 0.49 0.74
Hex DD B5 9B 0 12 1E D 18 31 4A
Octal 335 265 233 0 22 36 15 30 61 112
Binary 11011101 10110101 10011011 0 10010 11110 1101 11000 110001 1001010

Color Harmonies of #DDB59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB59B

Black with #DDB59B

Text Example


Text Example

White with #DDB59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB59B; }

 p { color: rgb(221,181,155); }

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

background-color css

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

 a { background-color: rgb(221,181,155); }

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

border-color css

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

 span { border-color: rgb(221,181,155); }

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