Html Css Color HEX #DCC7A9 Raffia

📋 copy color: '#DCC7A9'

red 220 ◦ green 199 ◦ blue 169

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

Shades of Raffia #DCC7A9

Tints of Raffia #DCC7A9

RGB

 RED value IS 220 (86.33% from 255) = 37.41%

 GREEN value IS 199 (78.13% from 255) = 33.84%

 BLUE value IS 169 (66.41% from 255) = 28.74%

R = 37.41%
G = 33.84%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCC7A9 (or 0xDCC7A9) is known color: Raffia. HEX triplet: DC, C7 and A9. RGB value is (220,199,169). Sum of RGB (Red+Green+Blue) = 220+199+169=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC7A9 is #233856. Grayscale: #CACACA. Windows color (decimal): -2308183 or 11126748. OLE color: 11126748.

HSL color Cylindrical-coordinate representation of color #DCC7A9: hue angle of 35.29º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC7A9 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 169 -
CMYK 0 0.10 0.23 0.14
HSL 35.29º 0.42% 0.76% -
HSV(B) 35.29º 0.23% 0.86% -
XYZ 57.1 58.93 45.9 -
YUV 201.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 220 199 169 0 0.10 0.23 0.14 35.29 0.42 0.76
Hex DC C7 A9 0 A 17 E 23 2A 4C
Octal 334 307 251 0 12 27 16 43 52 114
Binary 11011100 11000111 10101001 0 1010 10111 1110 100011 101010 1001100

Color Harmonies of #DCC7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7A9

Black with #DCC7A9

Text Example


Text Example

White with #DCC7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7A9; }

 p { color: rgb(220,199,169); }

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

background-color css

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

 a { background-color: rgb(220,199,169); }

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

border-color css

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

 span { border-color: rgb(220,199,169); }

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