Html Css Color HEX #DCCBA5 Raffia

📋 copy color: '#DCCBA5'

red 220 ◦ green 203 ◦ blue 165

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

Shades of Raffia #DCCBA5

Tints of Raffia #DCCBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.06%

R = 37.41%
G = 34.52%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCCBA5 (or 0xDCCBA5) is known color: Raffia. HEX triplet: DC, CB and A5. RGB value is (220,203,165). Sum of RGB (Red+Green+Blue) = 220+203+165=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBA5 is #23345A. Grayscale: #CBCBCB. Windows color (decimal): -2307163 or 10865628. OLE color: 10865628.

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

Color convert

RGB 220 203 165 -
CMYK 0 0.08 0.25 0.14
HSL 41.45º 0.44% 0.75% -
HSV(B) 41.45º 0.25% 0.86% -
XYZ 57.66 60.64 44.26 -
YUV 203.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 220 203 165 0 0.08 0.25 0.14 41.45 0.44 0.75
Hex DC CB A5 0 8 19 E 29 2C 4B
Octal 334 313 245 0 10 31 16 51 54 113
Binary 11011100 11001011 10100101 0 1000 11001 1110 101001 101100 1001011

Color Harmonies of #DCCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCBA5

Black with #DCCBA5

Text Example


Text Example

White with #DCCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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