Html Css Color HEX #DDC799 Raffia

📋 copy color: '#DDC799'

red 221 ◦ green 199 ◦ blue 153

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

Shades of Raffia #DDC799

Tints of Raffia #DDC799

RGB

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

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

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

R = 38.57%
G = 34.73%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC799 (or 0xDDC799) is known color: Raffia. HEX triplet: DD, C7 and 99. RGB value is (221,199,153). Sum of RGB (Red+Green+Blue) = 221+199+153=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC799 is #223866. Grayscale: #C8C8C8. Windows color (decimal): -2242663 or 10078173. OLE color: 10078173.

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

Color convert

RGB 221 199 153 -
CMYK 0 0.10 0.31 0.13
HSL 40.59º 0.5% 0.73% -
HSV(B) 40.59º 0.31% 0.87% -
XYZ 55.99 58.52 38.48 -
YUV 200.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 221 199 153 0 0.10 0.31 0.13 40.59 0.5 0.73
Hex DD C7 99 0 A 1F D 29 32 49
Octal 335 307 231 0 12 37 15 51 62 111
Binary 11011101 11000111 10011001 0 1010 11111 1101 101001 110010 1001001

Color Harmonies of #DDC799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC799

Black with #DDC799

Text Example


Text Example

White with #DDC799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC799; }

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

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

background-color css

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

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

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

border-color css

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

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

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