Html Css Color HEX #DCCBA0 Raffia

📋 copy color: '#DCCBA0'

red 220 ◦ green 203 ◦ blue 160

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

Shades of Raffia #DCCBA0

Tints of Raffia #DCCBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.82%

 BLUE value IS 160 (62.89% from 255) = 27.44%

R = 37.74%
G = 34.82%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DCCBA0 (or 0xDCCBA0) is known color: Raffia. HEX triplet: DC, CB and A0. RGB value is (220,203,160). Sum of RGB (Red+Green+Blue) = 220+203+160=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBA0 is #23345F. Grayscale: #CBCBCB. Windows color (decimal): -2307168 or 10537948. OLE color: 10537948.

HSL color Cylindrical-coordinate representation of color #DCCBA0: hue angle of 43º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCCBA0 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 160 -
CMYK 0 0.08 0.27 0.14
HSL 43º 0.46% 0.75% -
HSV(B) 43º 0.27% 0.86% -
XYZ 57.22 60.47 41.91 -
YUV 203.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 220 203 160 0 0.08 0.27 0.14 43 0.46 0.75
Hex DC CB A0 0 8 1B E 2B 2E 4B
Octal 334 313 240 0 10 33 16 53 56 113
Binary 11011100 11001011 10100000 0 1000 11011 1110 101011 101110 1001011

Color Harmonies of #DCCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCBA0

Black with #DCCBA0

Text Example


Text Example

White with #DCCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCBA0; }

 p { color: rgb(220,203,160); }

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

background-color css

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

 a { background-color: rgb(220,203,160); }

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

border-color css

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

 span { border-color: rgb(220,203,160); }

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