Html Css Color HEX #DCCA9D Raffia

📋 copy color: '#DCCA9D'

red 220 ◦ green 202 ◦ blue 157

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

Shades of Raffia #DCCA9D

Tints of Raffia #DCCA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.12%

R = 38%
G = 34.89%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCCA9D (or 0xDCCA9D) is known color: Raffia. HEX triplet: DC, CA and 9D. RGB value is (220,202,157). Sum of RGB (Red+Green+Blue) = 220+202+157=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA9D is #233562. Grayscale: #CACACA. Windows color (decimal): -2307427 or 10341084. OLE color: 10341084.

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

Color convert

RGB 220 202 157 -
CMYK 0 0.08 0.29 0.14
HSL 42.86º 0.47% 0.74% -
HSV(B) 42.86º 0.29% 0.86% -
XYZ 56.72 59.89 40.47 -
YUV 202.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 220 202 157 0 0.08 0.29 0.14 42.86 0.47 0.74
Hex DC CA 9D 0 8 1D E 2B 2F 4A
Octal 334 312 235 0 10 35 16 53 57 112
Binary 11011100 11001010 10011101 0 1000 11101 1110 101011 101111 1001010

Color Harmonies of #DCCA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA9D

Black with #DCCA9D

Text Example


Text Example

White with #DCCA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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