Html Css Color HEX #DDC695 Raffia

📋 copy color: '#DDC695'

red 221 ◦ green 198 ◦ blue 149

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

Shades of Raffia #DDC695

Tints of Raffia #DDC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.86%

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

R = 38.91%
G = 34.86%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDC695 (or 0xDDC695) is known color: Raffia. HEX triplet: DD, C6 and 95. RGB value is (221,198,149). Sum of RGB (Red+Green+Blue) = 221+198+149=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC695 is #22396A. Grayscale: #C7C7C7. Windows color (decimal): -2242923 or 9815773. OLE color: 9815773.

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

Color convert

RGB 221 198 149 -
CMYK 0 0.10 0.33 0.13
HSL 40.83º 0.51% 0.73% -
HSV(B) 40.83º 0.33% 0.87% -
XYZ 55.44 57.93 36.69 -
YUV 199.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 221 198 149 0 0.10 0.33 0.13 40.83 0.51 0.73
Hex DD C6 95 0 A 21 D 29 33 49
Octal 335 306 225 0 12 41 15 51 63 111
Binary 11011101 11000110 10010101 0 1010 100001 1101 101001 110011 1001001

Color Harmonies of #DDC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC695

Black with #DDC695

Text Example


Text Example

White with #DDC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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