Html Css Color HEX #DCCBA3 Raffia

📋 copy color: '#DCCBA3'

red 220 ◦ green 203 ◦ blue 163

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

Shades of Raffia #DCCBA3

Tints of Raffia #DCCBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.82%

R = 37.54%
G = 34.64%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCCBA3 (or 0xDCCBA3) is known color: Raffia. HEX triplet: DC, CB and A3. RGB value is (220,203,163). Sum of RGB (Red+Green+Blue) = 220+203+163=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBA3 is #23345C. Grayscale: #CBCBCB. Windows color (decimal): -2307165 or 10734556. OLE color: 10734556.

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

Color convert

RGB 220 203 163 -
CMYK 0 0.08 0.26 0.14
HSL 42.11º 0.45% 0.75% -
HSV(B) 42.11º 0.26% 0.86% -
XYZ 57.48 60.57 43.31 -
YUV 203.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 220 203 163 0 0.08 0.26 0.14 42.11 0.45 0.75
Hex DC CB A3 0 8 1A E 2A 2D 4B
Octal 334 313 243 0 10 32 16 52 55 113
Binary 11011100 11001011 10100011 0 1000 11010 1110 101010 101101 1001011

Color Harmonies of #DCCBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCBA3

Black with #DCCBA3

Text Example


Text Example

White with #DCCBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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