Html Css Color HEX #DCCBA7 Raffia

📋 copy color: '#DCCBA7'

red 220 ◦ green 203 ◦ blue 167

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

Shades of Raffia #DCCBA7

Tints of Raffia #DCCBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.31%

R = 37.29%
G = 34.41%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DCCBA7 (or 0xDCCBA7) is known color: Raffia. HEX triplet: DC, CB and A7. RGB value is (220,203,167). Sum of RGB (Red+Green+Blue) = 220+203+167=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBA7 is #233458. Grayscale: #CCCCCC. Windows color (decimal): -2307161 or 10996700. OLE color: 10996700.

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

Color convert

RGB 220 203 167 -
CMYK 0 0.08 0.24 0.14
HSL 40.75º 0.43% 0.76% -
HSV(B) 40.75º 0.24% 0.86% -
XYZ 57.85 60.72 45.23 -
YUV 203.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 220 203 167 0 0.08 0.24 0.14 40.75 0.43 0.76
Hex DC CB A7 0 8 18 E 29 2B 4C
Octal 334 313 247 0 10 30 16 51 53 114
Binary 11011100 11001011 10100111 0 1000 11000 1110 101001 101011 1001100

Color Harmonies of #DCCBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCBA7

Black with #DCCBA7

Text Example


Text Example

White with #DCCBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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