Html Css Color HEX #DDCBA5 Raffia

📋 copy color: '#DDCBA5'

red 221 ◦ green 203 ◦ blue 165

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

Shades of Raffia #DDCBA5

Tints of Raffia #DDCBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.01%

R = 37.52%
G = 34.47%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDCBA5 (or 0xDDCBA5) is known color: Raffia. HEX triplet: DD, CB and A5. RGB value is (221,203,165). Sum of RGB (Red+Green+Blue) = 221+203+165=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBA5 is #22345A. Grayscale: #CCCCCC. Windows color (decimal): -2241627 or 10865629. OLE color: 10865629.

HSL color Cylindrical-coordinate representation of color #DDCBA5: hue angle of 40.71º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDCBA5 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 203 165 -
CMYK 0 0.08 0.25 0.13
HSL 40.71º 0.45% 0.76% -
HSV(B) 40.71º 0.25% 0.87% -
XYZ 57.97 60.8 44.28 -
YUV 204.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 221 203 165 0 0.08 0.25 0.13 40.71 0.45 0.76
Hex DD CB A5 0 8 19 D 29 2D 4C
Octal 335 313 245 0 10 31 15 51 55 114
Binary 11011101 11001011 10100101 0 1000 11001 1101 101001 101101 1001100

Color Harmonies of #DDCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCBA5

Black with #DDCBA5

Text Example


Text Example

White with #DDCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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