Html Css Color HEX #DDC397 Raffia

📋 copy color: '#DDC397'

red 221 ◦ green 195 ◦ blue 151

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

Shades of Raffia #DDC397

Tints of Raffia #DDC397

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.39%

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

R = 38.98%
G = 34.39%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDC397 (or 0xDDC397) is known color: Raffia. HEX triplet: DD, C3 and 97. RGB value is (221,195,151). Sum of RGB (Red+Green+Blue) = 221+195+151=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC397 is #223C68. Grayscale: #C5C5C5. Windows color (decimal): -2243689 or 9946077. OLE color: 9946077.

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

Color convert

RGB 221 195 151 -
CMYK 0 0.12 0.32 0.13
HSL 37.71º 0.51% 0.73% -
HSV(B) 37.71º 0.32% 0.87% -
XYZ 54.92 56.64 37.32 -
YUV 197.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 221 195 151 0 0.12 0.32 0.13 37.71 0.51 0.73
Hex DD C3 97 0 C 20 D 26 33 49
Octal 335 303 227 0 14 40 15 46 63 111
Binary 11011101 11000011 10010111 0 1100 100000 1101 100110 110011 1001001

Color Harmonies of #DDC397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC397

Black with #DDC397

Text Example


Text Example

White with #DDC397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC397; }

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

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

background-color css

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

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

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

border-color css

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

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

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