Html Css Color HEX #DCCA9E Raffia

📋 copy color: '#DCCA9E'

red 220 ◦ green 202 ◦ blue 158

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

Shades of Raffia #DCCA9E

Tints of Raffia #DCCA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.24%

R = 37.93%
G = 34.83%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCCA9E (or 0xDCCA9E) is known color: Raffia. HEX triplet: DC, CA and 9E. RGB value is (220,202,158). Sum of RGB (Red+Green+Blue) = 220+202+158=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA9E is #233561. Grayscale: #CACACA. Windows color (decimal): -2307426 or 10406620. OLE color: 10406620.

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

Color convert

RGB 220 202 158 -
CMYK 0 0.08 0.28 0.14
HSL 42.58º 0.47% 0.74% -
HSV(B) 42.58º 0.28% 0.86% -
XYZ 56.81 59.93 40.92 -
YUV 202.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 220 202 158 0 0.08 0.28 0.14 42.58 0.47 0.74
Hex DC CA 9E 0 8 1C E 2B 2F 4A
Octal 334 312 236 0 10 34 16 53 57 112
Binary 11011100 11001010 10011110 0 1000 11100 1110 101011 101111 1001010

Color Harmonies of #DCCA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA9E

Black with #DCCA9E

Text Example


Text Example

White with #DCCA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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