Html Css Color HEX #DDC299 Raffia

📋 copy color: '#DDC299'

red 221 ◦ green 194 ◦ blue 153

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

Shades of Raffia #DDC299

Tints of Raffia #DDC299

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.15%

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

R = 38.91%
G = 34.15%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC299 (or 0xDDC299) is known color: Raffia. HEX triplet: DD, C2 and 99. RGB value is (221,194,153). Sum of RGB (Red+Green+Blue) = 221+194+153=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC299 is #223D66. Grayscale: #C5C5C5. Windows color (decimal): -2243943 or 10076893. OLE color: 10076893.

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

Color convert

RGB 221 194 153 -
CMYK 0 0.12 0.31 0.13
HSL 36.18º 0.5% 0.73% -
HSV(B) 36.18º 0.31% 0.87% -
XYZ 54.86 56.26 38.1 -
YUV 197.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 221 194 153 0 0.12 0.31 0.13 36.18 0.5 0.73
Hex DD C2 99 0 C 1F D 24 32 49
Octal 335 302 231 0 14 37 15 44 62 111
Binary 11011101 11000010 10011001 0 1100 11111 1101 100100 110010 1001001

Color Harmonies of #DDC299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC299

Black with #DDC299

Text Example


Text Example

White with #DDC299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC299; }

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

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

background-color css

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

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

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

border-color css

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

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

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