Html Css Color HEX #DDC09A Raffia

📋 copy color: '#DDC09A'

red 221 ◦ green 192 ◦ blue 154

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

Shades of Raffia #DDC09A

Tints of Raffia #DDC09A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.86%

 BLUE value IS 154 (60.55% from 255) = 27.16%

R = 38.98%
G = 33.86%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDC09A (or 0xDDC09A) is known color: Raffia. HEX triplet: DD, C0 and 9A. RGB value is (221,192,154). Sum of RGB (Red+Green+Blue) = 221+192+154=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC09A is #223F65. Grayscale: #C4C4C4. Windows color (decimal): -2244454 or 10141917. OLE color: 10141917.

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

Color convert

RGB 221 192 154 -
CMYK 0 0.13 0.30 0.13
HSL 34.03º 0.5% 0.74% -
HSV(B) 34.03º 0.3% 0.87% -
XYZ 54.5 55.4 38.39 -
YUV 196.34 104.11 145.59 -
System Red Green Blue C M Y K H S L
Decimal 221 192 154 0 0.13 0.30 0.13 34.03 0.5 0.74
Hex DD C0 9A 0 D 1E D 22 32 4A
Octal 335 300 232 0 15 36 15 42 62 112
Binary 11011101 11000000 10011010 0 1101 11110 1101 100010 110010 1001010

Color Harmonies of #DDC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC09A

Black with #DDC09A

Text Example


Text Example

White with #DDC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC09A; }

 p { color: rgb(221,192,154); }

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

background-color css

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

 a { background-color: rgb(221,192,154); }

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

border-color css

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

 span { border-color: rgb(221,192,154); }

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