Html Css Color HEX #DDB59D Cashmere

📋 copy color: '#DDB59D'

red 221 ◦ green 181 ◦ blue 157

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

Shades of Cashmere #DDB59D

Tints of Cashmere #DDB59D

RGB

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

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

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

R = 39.53%
G = 32.38%
B = 28.09%

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

#DDB59D (or 0xDDB59D) is known color: Cashmere. HEX triplet: DD, B5 and 9D. RGB value is (221,181,157). Sum of RGB (Red+Green+Blue) = 221+181+157=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB59D is #224A62. Grayscale: #BEBEBE. Windows color (decimal): -2247267 or 10335709. OLE color: 10335709.

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

Color convert

RGB 221 181 157 -
CMYK 0 0.18 0.29 0.13
HSL 22.5º 0.48% 0.74% -
HSV(B) 22.5º 0.29% 0.87% -
XYZ 52.43 50.85 38.95 -
YUV 190.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 221 181 157 0 0.18 0.29 0.13 22.5 0.48 0.74
Hex DD B5 9D 0 12 1D D 16 30 4A
Octal 335 265 235 0 22 35 15 26 60 112
Binary 11011101 10110101 10011101 0 10010 11101 1101 10110 110000 1001010

Color Harmonies of #DDB59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB59D

Black with #DDB59D

Text Example


Text Example

White with #DDB59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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