Html Css Color HEX #DCC395 Raffia

📋 copy color: '#DCC395'

red 220 ◦ green 195 ◦ blue 149

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

Shades of Raffia #DCC395

Tints of Raffia #DCC395

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.57%

 BLUE value IS 149 (58.59% from 255) = 26.42%

R = 39.01%
G = 34.57%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCC395 (or 0xDCC395) is known color: Raffia. HEX triplet: DC, C3 and 95. RGB value is (220,195,149). Sum of RGB (Red+Green+Blue) = 220+195+149=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC395 is #233C6A. Grayscale: #C5C5C5. Windows color (decimal): -2309227 or 9815004. OLE color: 9815004.

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

Color convert

RGB 220 195 149 -
CMYK 0 0.11 0.32 0.14
HSL 38.87º 0.5% 0.72% -
HSV(B) 38.87º 0.32% 0.86% -
XYZ 54.46 56.42 36.45 -
YUV 197.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 220 195 149 0 0.11 0.32 0.14 38.87 0.5 0.72
Hex DC C3 95 0 B 20 E 27 32 48
Octal 334 303 225 0 13 40 16 47 62 110
Binary 11011100 11000011 10010101 0 1011 100000 1110 100111 110010 1001000

Color Harmonies of #DCC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC395

Black with #DCC395

Text Example


Text Example

White with #DCC395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC395; }

 p { color: rgb(220,195,149); }

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

background-color css

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

 a { background-color: rgb(220,195,149); }

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

border-color css

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

 span { border-color: rgb(220,195,149); }

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