Html Css Color HEX #DDC495 Raffia

📋 copy color: '#DDC495'

red 221 ◦ green 196 ◦ blue 149

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

Shades of Raffia #DDC495

Tints of Raffia #DDC495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.33%

R = 39.05%
G = 34.63%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDC495 (or 0xDDC495) is known color: Raffia. HEX triplet: DD, C4 and 95. RGB value is (221,196,149). Sum of RGB (Red+Green+Blue) = 221+196+149=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC495 is #223B6A. Grayscale: #C6C6C6. Windows color (decimal): -2243435 or 9815261. OLE color: 9815261.

HSL color Cylindrical-coordinate representation of color #DDC495: hue angle of 39.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDC495 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 149 -
CMYK 0 0.11 0.33 0.13
HSL 39.17º 0.51% 0.73% -
HSV(B) 39.17º 0.33% 0.87% -
XYZ 54.98 57.02 36.54 -
YUV 198.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 221 196 149 0 0.11 0.33 0.13 39.17 0.51 0.73
Hex DD C4 95 0 B 21 D 27 33 49
Octal 335 304 225 0 13 41 15 47 63 111
Binary 11011101 11000100 10010101 0 1011 100001 1101 100111 110011 1001001

Color Harmonies of #DDC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC495

Black with #DDC495

Text Example


Text Example

White with #DDC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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