Html Css Color HEX #DDC499 Raffia

📋 copy color: '#DDC499'

red 221 ◦ green 196 ◦ blue 153

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

Shades of Raffia #DDC499

Tints of Raffia #DDC499

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.39%

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

R = 38.77%
G = 34.39%
B = 26.84%

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

#DDC499 (or 0xDDC499) is known color: Raffia. HEX triplet: DD, C4 and 99. RGB value is (221,196,153). Sum of RGB (Red+Green+Blue) = 221+196+153=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC499 is #223B66. Grayscale: #C6C6C6. Windows color (decimal): -2243431 or 10077405. OLE color: 10077405.

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

Color convert

RGB 221 196 153 -
CMYK 0 0.11 0.31 0.13
HSL 37.94º 0.5% 0.73% -
HSV(B) 37.94º 0.31% 0.87% -
XYZ 55.31 57.15 38.25 -
YUV 198.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 221 196 153 0 0.11 0.31 0.13 37.94 0.5 0.73
Hex DD C4 99 0 B 1F D 26 32 49
Octal 335 304 231 0 13 37 15 46 62 111
Binary 11011101 11000100 10011001 0 1011 11111 1101 100110 110010 1001001

Color Harmonies of #DDC499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC499

Black with #DDC499

Text Example


Text Example

White with #DDC499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC499; }

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

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

background-color css

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

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

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

border-color css

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

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

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