Html Css Color HEX #DDC89E Raffia

📋 copy color: '#DDC89E'

red 221 ◦ green 200 ◦ blue 158

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

Shades of Raffia #DDC89E

Tints of Raffia #DDC89E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.54%

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

R = 38.17%
G = 34.54%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDC89E (or 0xDDC89E) is known color: Raffia. HEX triplet: DD, C8 and 9E. RGB value is (221,200,158). Sum of RGB (Red+Green+Blue) = 221+200+158=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC89E is #223761. Grayscale: #C9C9C9. Windows color (decimal): -2242402 or 10406109. OLE color: 10406109.

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

Color convert

RGB 221 200 158 -
CMYK 0 0.10 0.29 0.13
HSL 40º 0.48% 0.74% -
HSV(B) 40º 0.29% 0.87% -
XYZ 56.64 59.15 40.78 -
YUV 201.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 221 200 158 0 0.10 0.29 0.13 40 0.48 0.74
Hex DD C8 9E 0 A 1D D 28 30 4A
Octal 335 310 236 0 12 35 15 50 60 112
Binary 11011101 11001000 10011110 0 1010 11101 1101 101000 110000 1001010

Color Harmonies of #DDC89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC89E

Black with #DDC89E

Text Example


Text Example

White with #DDC89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC89E; }

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

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

background-color css

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

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

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

border-color css

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

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

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