Html Css Color HEX #DDCB9E Raffia

📋 copy color: '#DDCB9E'

red 221 ◦ green 203 ◦ blue 158

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

Shades of Raffia #DDCB9E

Tints of Raffia #DDCB9E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.88%

 BLUE value IS 158 (62.11% from 255) = 27.15%

R = 37.97%
G = 34.88%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDCB9E (or 0xDDCB9E) is known color: Raffia. HEX triplet: DD, CB and 9E. RGB value is (221,203,158). Sum of RGB (Red+Green+Blue) = 221+203+158=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB9E is #223461. Grayscale: #CBCBCB. Windows color (decimal): -2241634 or 10406877. OLE color: 10406877.

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

Color convert

RGB 221 203 158 -
CMYK 0 0.08 0.29 0.13
HSL 42.86º 0.48% 0.74% -
HSV(B) 42.86º 0.29% 0.87% -
XYZ 57.35 60.55 41.01 -
YUV 203.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 221 203 158 0 0.08 0.29 0.13 42.86 0.48 0.74
Hex DD CB 9E 0 8 1D D 2B 30 4A
Octal 335 313 236 0 10 35 15 53 60 112
Binary 11011101 11001011 10011110 0 1000 11101 1101 101011 110000 1001010

Color Harmonies of #DDCB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB9E

Black with #DDCB9E

Text Example


Text Example

White with #DDCB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB9E; }

 p { color: rgb(221,203,158); }

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

background-color css

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

 a { background-color: rgb(221,203,158); }

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

border-color css

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

 span { border-color: rgb(221,203,158); }

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