Html Css Color HEX #DDC4A4 Raffia

📋 copy color: '#DDC4A4'

red 221 ◦ green 196 ◦ blue 164

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

Shades of Raffia #DDC4A4

Tints of Raffia #DDC4A4

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.73%

 BLUE value IS 164 (64.45% from 255) = 28.23%

R = 38.04%
G = 33.73%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DDC4A4 (or 0xDDC4A4) is known color: Raffia. HEX triplet: DD, C4 and A4. RGB value is (221,196,164). Sum of RGB (Red+Green+Blue) = 221+196+164=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 164 (64.45% from 255 or 28.23% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC4A4 is #223B5B. Grayscale: #C7C7C7. Windows color (decimal): -2243420 or 10798301. OLE color: 10798301.

HSL color Cylindrical-coordinate representation of color #DDC4A4: hue angle of 33.68º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDC4A4 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 164 -
CMYK 0 0.11 0.26 0.13
HSL 33.68º 0.46% 0.75% -
HSV(B) 33.68º 0.26% 0.87% -
XYZ 56.26 57.53 43.26 -
YUV 199.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 221 196 164 0 0.11 0.26 0.13 33.68 0.46 0.75
Hex DD C4 A4 0 B 1A D 22 2E 4B
Octal 335 304 244 0 13 32 15 42 56 113
Binary 11011101 11000100 10100100 0 1011 11010 1101 100010 101110 1001011

Color Harmonies of #DDC4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4A4

Black with #DDC4A4

Text Example


Text Example

White with #DDC4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4A4; }

 p { color: rgb(221,196,164); }

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

background-color css

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

 a { background-color: rgb(221,196,164); }

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

border-color css

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

 span { border-color: rgb(221,196,164); }

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