Html Css Color HEX #DCC9AB Raffia

📋 copy color: '#DCC9AB'

red 220 ◦ green 201 ◦ blue 171

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

Shades of Raffia #DCC9AB

Tints of Raffia #DCC9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.89%

R = 37.16%
G = 33.95%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCC9AB (or 0xDCC9AB) is known color: Raffia. HEX triplet: DC, C9 and AB. RGB value is (220,201,171). Sum of RGB (Red+Green+Blue) = 220+201+171=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9AB is #233654. Grayscale: #CBCBCB. Windows color (decimal): -2307669 or 11258332. OLE color: 11258332.

HSL color Cylindrical-coordinate representation of color #DCC9AB: hue angle of 36.73º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC9AB is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 171 -
CMYK 0 0.09 0.22 0.14
HSL 36.73º 0.41% 0.77% -
HSV(B) 36.73º 0.22% 0.86% -
XYZ 57.75 59.93 47.05 -
YUV 203.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 220 201 171 0 0.09 0.22 0.14 36.73 0.41 0.77
Hex DC C9 AB 0 9 16 E 25 29 4D
Octal 334 311 253 0 11 26 16 45 51 115
Binary 11011100 11001001 10101011 0 1001 10110 1110 100101 101001 1001101

Color Harmonies of #DCC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9AB

Black with #DCC9AB

Text Example


Text Example

White with #DCC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9AB; }

 p { color: rgb(220,201,171); }

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

background-color css

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

 a { background-color: rgb(220,201,171); }

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

border-color css

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

 span { border-color: rgb(220,201,171); }

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