Html Css Color HEX #DDB299 Cashmere

📋 copy color: '#DDB299'

red 221 ◦ green 178 ◦ blue 153

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

Shades of Cashmere #DDB299

Tints of Cashmere #DDB299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.72%

R = 40.04%
G = 32.25%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDB299 (or 0xDDB299) is known color: Cashmere. HEX triplet: DD, B2 and 99. RGB value is (221,178,153). Sum of RGB (Red+Green+Blue) = 221+178+153=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB299 is #224D66. Grayscale: #BCBCBC. Windows color (decimal): -2248039 or 10072797. OLE color: 10072797.

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

Color convert

RGB 221 178 153 -
CMYK 0 0.19 0.31 0.13
HSL 22.06º 0.5% 0.73% -
HSV(B) 22.06º 0.31% 0.87% -
XYZ 51.49 49.51 36.98 -
YUV 188.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 221 178 153 0 0.19 0.31 0.13 22.06 0.5 0.73
Hex DD B2 99 0 13 1F D 16 32 49
Octal 335 262 231 0 23 37 15 26 62 111
Binary 11011101 10110010 10011001 0 10011 11111 1101 10110 110010 1001001

Color Harmonies of #DDB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB299

Black with #DDB299

Text Example


Text Example

White with #DDB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB299; }

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

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

background-color css

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

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

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

border-color css

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

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

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