Html Css Color HEX #DDC99A Raffia

📋 copy color: '#DDC99A'

red 221 ◦ green 201 ◦ blue 154

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

Shades of Raffia #DDC99A

Tints of Raffia #DDC99A

RGB

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

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

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

R = 38.37%
G = 34.9%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDC99A (or 0xDDC99A) is known color: Raffia. HEX triplet: DD, C9 and 9A. RGB value is (221,201,154). Sum of RGB (Red+Green+Blue) = 221+201+154=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC99A is #223665. Grayscale: #C9C9C9. Windows color (decimal): -2242150 or 10144221. OLE color: 10144221.

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

Color convert

RGB 221 201 154 -
CMYK 0 0.09 0.30 0.13
HSL 42.09º 0.5% 0.74% -
HSV(B) 42.09º 0.3% 0.87% -
XYZ 56.54 59.48 39.07 -
YUV 201.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 221 201 154 0 0.09 0.30 0.13 42.09 0.5 0.74
Hex DD C9 9A 0 9 1E D 2A 32 4A
Octal 335 311 232 0 11 36 15 52 62 112
Binary 11011101 11001001 10011010 0 1001 11110 1101 101010 110010 1001010

Color Harmonies of #DDC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC99A

Black with #DDC99A

Text Example


Text Example

White with #DDC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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