Html Css Color HEX #DDC597 Raffia

📋 copy color: '#DDC597'

red 221 ◦ green 197 ◦ blue 151

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

Shades of Raffia #DDC597

Tints of Raffia #DDC597

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.62%

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

R = 38.84%
G = 34.62%
B = 26.54%

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

#DDC597 (or 0xDDC597) is known color: Raffia. HEX triplet: DD, C5 and 97. RGB value is (221,197,151). Sum of RGB (Red+Green+Blue) = 221+197+151=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC597 is #223A68. Grayscale: #C7C7C7. Windows color (decimal): -2243177 or 9946589. OLE color: 9946589.

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

Color convert

RGB 221 197 151 -
CMYK 0 0.11 0.32 0.13
HSL 39.43º 0.51% 0.73% -
HSV(B) 39.43º 0.32% 0.87% -
XYZ 55.37 57.54 37.47 -
YUV 198.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 221 197 151 0 0.11 0.32 0.13 39.43 0.51 0.73
Hex DD C5 97 0 B 20 D 27 33 49
Octal 335 305 227 0 13 40 15 47 63 111
Binary 11011101 11000101 10010111 0 1011 100000 1101 100111 110011 1001001

Color Harmonies of #DDC597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC597

Black with #DDC597

Text Example


Text Example

White with #DDC597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC597; }

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

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

background-color css

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

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

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

border-color css

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

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

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