Html Css Color HEX #DDC79E Raffia

📋 copy color: '#DDC79E'

red 221 ◦ green 199 ◦ blue 158

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

Shades of Raffia #DDC79E

Tints of Raffia #DDC79E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.43%

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

R = 38.24%
G = 34.43%
B = 27.34%

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

#DDC79E (or 0xDDC79E) is known color: Raffia. HEX triplet: DD, C7 and 9E. RGB value is (221,199,158). Sum of RGB (Red+Green+Blue) = 221+199+158=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC79E is #223861. Grayscale: #C9C9C9. Windows color (decimal): -2242658 or 10405853. OLE color: 10405853.

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

Color convert

RGB 221 199 158 -
CMYK 0 0.10 0.29 0.13
HSL 39.05º 0.48% 0.74% -
HSV(B) 39.05º 0.29% 0.87% -
XYZ 56.41 58.69 40.7 -
YUV 200.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 221 199 158 0 0.10 0.29 0.13 39.05 0.48 0.74
Hex DD C7 9E 0 A 1D D 27 30 4A
Octal 335 307 236 0 12 35 15 47 60 112
Binary 11011101 11000111 10011110 0 1010 11101 1101 100111 110000 1001010

Color Harmonies of #DDC79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC79E

Black with #DDC79E

Text Example


Text Example

White with #DDC79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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