Html Css Color HEX #DDC497 Raffia

📋 copy color: '#DDC497'

red 221 ◦ green 196 ◦ blue 151

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

Shades of Raffia #DDC497

Tints of Raffia #DDC497

RGB

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

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

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

R = 38.91%
G = 34.51%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDC497 (or 0xDDC497) is known color: Raffia. HEX triplet: DD, C4 and 97. RGB value is (221,196,151). Sum of RGB (Red+Green+Blue) = 221+196+151=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC497 is #223B68. Grayscale: #C6C6C6. Windows color (decimal): -2243433 or 9946333. OLE color: 9946333.

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

Color convert

RGB 221 196 151 -
CMYK 0 0.11 0.32 0.13
HSL 38.57º 0.51% 0.73% -
HSV(B) 38.57º 0.32% 0.87% -
XYZ 55.14 57.09 37.39 -
YUV 198.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 221 196 151 0 0.11 0.32 0.13 38.57 0.51 0.73
Hex DD C4 97 0 B 20 D 27 33 49
Octal 335 304 227 0 13 40 15 47 63 111
Binary 11011101 11000100 10010111 0 1011 100000 1101 100111 110011 1001001

Color Harmonies of #DDC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC497

Black with #DDC497

Text Example


Text Example

White with #DDC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC497; }

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

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

background-color css

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

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

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

border-color css

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

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

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