Html Css Color HEX #DDCBA6 Raffia

📋 copy color: '#DDCBA6'

red 221 ◦ green 203 ◦ blue 166

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

Shades of Raffia #DDCBA6

Tints of Raffia #DDCBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.14%

R = 37.46%
G = 34.41%
B = 28.14%

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

#DDCBA6 (or 0xDDCBA6) is known color: Raffia. HEX triplet: DD, CB and A6. RGB value is (221,203,166). Sum of RGB (Red+Green+Blue) = 221+203+166=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBA6 is #223459. Grayscale: #CCCCCC. Windows color (decimal): -2241626 or 10931165. OLE color: 10931165.

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

Color convert

RGB 221 203 166 -
CMYK 0 0.08 0.25 0.13
HSL 40.36º 0.45% 0.76% -
HSV(B) 40.36º 0.25% 0.87% -
XYZ 58.06 60.84 44.76 -
YUV 204.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 221 203 166 0 0.08 0.25 0.13 40.36 0.45 0.76
Hex DD CB A6 0 8 19 D 28 2D 4C
Octal 335 313 246 0 10 31 15 50 55 114
Binary 11011101 11001011 10100110 0 1000 11001 1101 101000 101101 1001100

Color Harmonies of #DDCBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCBA6

Black with #DDCBA6

Text Example


Text Example

White with #DDCBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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