Html Css Color HEX #DDCCA0 Raffia

📋 copy color: '#DDCCA0'

red 221 ◦ green 204 ◦ blue 160

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

Shades of Raffia #DDCCA0

Tints of Raffia #DDCCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.87%

 BLUE value IS 160 (62.89% from 255) = 27.35%

R = 37.78%
G = 34.87%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDCCA0 (or 0xDDCCA0) is known color: Raffia. HEX triplet: DD, CC and A0. RGB value is (221,204,160). Sum of RGB (Red+Green+Blue) = 221+204+160=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCA0 is #22335F. Grayscale: #CCCCCC. Windows color (decimal): -2241376 or 10538205. OLE color: 10538205.

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

Color convert

RGB 221 204 160 -
CMYK 0 0.08 0.28 0.13
HSL 43.28º 0.47% 0.75% -
HSV(B) 43.28º 0.28% 0.87% -
XYZ 57.76 61.1 42.01 -
YUV 204.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 221 204 160 0 0.08 0.28 0.13 43.28 0.47 0.75
Hex DD CC A0 0 8 1C D 2B 2F 4B
Octal 335 314 240 0 10 34 15 53 57 113
Binary 11011101 11001100 10100000 0 1000 11100 1101 101011 101111 1001011

Color Harmonies of #DDCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCA0

Black with #DDCCA0

Text Example


Text Example

White with #DDCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCA0; }

 p { color: rgb(221,204,160); }

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

background-color css

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

 a { background-color: rgb(221,204,160); }

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

border-color css

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

 span { border-color: rgb(221,204,160); }

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