Html Css Color HEX #DDC599 Raffia

📋 copy color: '#DDC599'

red 221 ◦ green 197 ◦ blue 153

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

Shades of Raffia #DDC599

Tints of Raffia #DDC599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.8%

R = 38.7%
G = 34.5%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC599 (or 0xDDC599) is known color: Raffia. HEX triplet: DD, C5 and 99. RGB value is (221,197,153). Sum of RGB (Red+Green+Blue) = 221+197+153=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC599 is #223A66. Grayscale: #C7C7C7. Windows color (decimal): -2243175 or 10077661. OLE color: 10077661.

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

Color convert

RGB 221 197 153 -
CMYK 0 0.11 0.31 0.13
HSL 38.82º 0.5% 0.73% -
HSV(B) 38.82º 0.31% 0.87% -
XYZ 55.53 57.6 38.33 -
YUV 199.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 221 197 153 0 0.11 0.31 0.13 38.82 0.5 0.73
Hex DD C5 99 0 B 1F D 27 32 49
Octal 335 305 231 0 13 37 15 47 62 111
Binary 11011101 11000101 10011001 0 1011 11111 1101 100111 110010 1001001

Color Harmonies of #DDC599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC599

Black with #DDC599

Text Example


Text Example

White with #DDC599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC599; }

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

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

background-color css

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

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

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

border-color css

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

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

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