Html Css Color HEX #DDC99E Raffia

📋 copy color: '#DDC99E'

red 221 ◦ green 201 ◦ blue 158

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

Shades of Raffia #DDC99E

Tints of Raffia #DDC99E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.66%

 BLUE value IS 158 (62.11% from 255) = 27.24%

R = 38.1%
G = 34.66%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDC99E (or 0xDDC99E) is known color: Raffia. HEX triplet: DD, C9 and 9E. RGB value is (221,201,158). Sum of RGB (Red+Green+Blue) = 221+201+158=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC99E is #223661. Grayscale: #CACACA. Windows color (decimal): -2242146 or 10406365. OLE color: 10406365.

HSL color Cylindrical-coordinate representation of color #DDC99E: hue angle of 40.95º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDC99E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 158 -
CMYK 0 0.09 0.29 0.13
HSL 40.95º 0.48% 0.74% -
HSV(B) 40.95º 0.29% 0.87% -
XYZ 56.88 59.61 40.86 -
YUV 202.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 221 201 158 0 0.09 0.29 0.13 40.95 0.48 0.74
Hex DD C9 9E 0 9 1D D 29 30 4A
Octal 335 311 236 0 11 35 15 51 60 112
Binary 11011101 11001001 10011110 0 1001 11101 1101 101001 110000 1001010

Color Harmonies of #DDC99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC99E

Black with #DDC99E

Text Example


Text Example

White with #DDC99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC99E; }

 p { color: rgb(221,201,158); }

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

background-color css

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

 a { background-color: rgb(221,201,158); }

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

border-color css

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

 span { border-color: rgb(221,201,158); }

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