Html Css Color HEX #DCCAA8 Raffia

📋 copy color: '#DCCAA8'

red 220 ◦ green 202 ◦ blue 168

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

Shades of Raffia #DCCAA8

Tints of Raffia #DCCAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.24%

 BLUE value IS 168 (66.02% from 255) = 28.47%

R = 37.29%
G = 34.24%
B = 28.47%

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

#DCCAA8 (or 0xDCCAA8) is known color: Raffia. HEX triplet: DC, CA and A8. RGB value is (220,202,168). Sum of RGB (Red+Green+Blue) = 220+202+168=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA8 is #233557. Grayscale: #CBCBCB. Windows color (decimal): -2307416 or 11061980. OLE color: 11061980.

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

Color convert

RGB 220 202 168 -
CMYK 0 0.08 0.24 0.14
HSL 39.23º 0.43% 0.76% -
HSV(B) 39.23º 0.24% 0.86% -
XYZ 57.7 60.28 45.64 -
YUV 203.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 220 202 168 0 0.08 0.24 0.14 39.23 0.43 0.76
Hex DC CA A8 0 8 18 E 27 2B 4C
Octal 334 312 250 0 10 30 16 47 53 114
Binary 11011100 11001010 10101000 0 1000 11000 1110 100111 101011 1001100

Color Harmonies of #DCCAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAA8

Black with #DCCAA8

Text Example


Text Example

White with #DCCAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAA8; }

 p { color: rgb(220,202,168); }

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

background-color css

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

 a { background-color: rgb(220,202,168); }

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

border-color css

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

 span { border-color: rgb(220,202,168); }

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