Html Css Color HEX #DCCBA1 Raffia

📋 copy color: '#DCCBA1'

red 220 ◦ green 203 ◦ blue 161

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

Shades of Raffia #DCCBA1

Tints of Raffia #DCCBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.57%

R = 37.67%
G = 34.76%
B = 27.57%

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

#DCCBA1 (or 0xDCCBA1) is known color: Raffia. HEX triplet: DC, CB and A1. RGB value is (220,203,161). Sum of RGB (Red+Green+Blue) = 220+203+161=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBA1 is #23345E. Grayscale: #CBCBCB. Windows color (decimal): -2307167 or 10603484. OLE color: 10603484.

HSL color Cylindrical-coordinate representation of color #DCCBA1: hue angle of 42.71º 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 #DCCBA1 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 161 -
CMYK 0 0.08 0.27 0.14
HSL 42.71º 0.46% 0.75% -
HSV(B) 42.71º 0.27% 0.86% -
XYZ 57.3 60.5 42.38 -
YUV 203.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 220 203 161 0 0.08 0.27 0.14 42.71 0.46 0.75
Hex DC CB A1 0 8 1B E 2B 2E 4B
Octal 334 313 241 0 10 33 16 53 56 113
Binary 11011100 11001011 10100001 0 1000 11011 1110 101011 101110 1001011

Color Harmonies of #DCCBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCBA1

Black with #DCCBA1

Text Example


Text Example

White with #DCCBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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