Html Css Color HEX #DDC797 Raffia

📋 copy color: '#DDC797'

red 221 ◦ green 199 ◦ blue 151

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

Shades of Raffia #DDC797

Tints of Raffia #DDC797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.44%

R = 38.7%
G = 34.85%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDC797 (or 0xDDC797) is known color: Raffia. HEX triplet: DD, C7 and 97. RGB value is (221,199,151). Sum of RGB (Red+Green+Blue) = 221+199+151=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 151 (59.38% from 255 or 26.44% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC797 is #223868. Grayscale: #C8C8C8. Windows color (decimal): -2242665 or 9947101. OLE color: 9947101.

HSL color Cylindrical-coordinate representation of color #DDC797: hue angle of 41.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDC797 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 199 151 -
CMYK 0 0.10 0.32 0.13
HSL 41.14º 0.51% 0.73% -
HSV(B) 41.14º 0.32% 0.87% -
XYZ 55.83 58.45 37.62 -
YUV 200.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 221 199 151 0 0.10 0.32 0.13 41.14 0.51 0.73
Hex DD C7 97 0 A 20 D 29 33 49
Octal 335 307 227 0 12 40 15 51 63 111
Binary 11011101 11000111 10010111 0 1010 100000 1101 101001 110011 1001001

Color Harmonies of #DDC797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC797

Black with #DDC797

Text Example


Text Example

White with #DDC797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC797; }

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

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

background-color css

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

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

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

border-color css

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

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

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