Html Css Color HEX #DCC594 Raffia

📋 copy color: '#DCC594'

red 220 ◦ green 197 ◦ blue 148

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

Shades of Raffia #DCC594

Tints of Raffia #DCC594

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.87%

 BLUE value IS 148 (58.2% from 255) = 26.19%

R = 38.94%
G = 34.87%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCC594 (or 0xDCC594) is known color: Raffia. HEX triplet: DC, C5 and 94. RGB value is (220,197,148). Sum of RGB (Red+Green+Blue) = 220+197+148=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC594 is #233A6B. Grayscale: #C6C6C6. Windows color (decimal): -2308716 or 9749980. OLE color: 9749980.

HSL color Cylindrical-coordinate representation of color #DCC594: hue angle of 40.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC594 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 148 -
CMYK 0 0.10 0.33 0.14
HSL 40.83º 0.51% 0.72% -
HSV(B) 40.83º 0.33% 0.86% -
XYZ 54.83 57.29 36.18 -
YUV 198.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 220 197 148 0 0.10 0.33 0.14 40.83 0.51 0.72
Hex DC C5 94 0 A 21 E 29 33 48
Octal 334 305 224 0 12 41 16 51 63 110
Binary 11011100 11000101 10010100 0 1010 100001 1110 101001 110011 1001000

Color Harmonies of #DCC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC594

Black with #DCC594

Text Example


Text Example

White with #DCC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC594; }

 p { color: rgb(220,197,148); }

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

background-color css

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

 a { background-color: rgb(220,197,148); }

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

border-color css

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

 span { border-color: rgb(220,197,148); }

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