Html Css Color HEX #DCC39C Raffia

📋 copy color: '#DCC39C'

red 220 ◦ green 195 ◦ blue 156

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

Shades of Raffia #DCC39C

Tints of Raffia #DCC39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.32%

R = 38.53%
G = 34.15%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCC39C (or 0xDCC39C) is known color: Raffia. HEX triplet: DC, C3 and 9C. RGB value is (220,195,156). Sum of RGB (Red+Green+Blue) = 220+195+156=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC39C is #233C63. Grayscale: #C6C6C6. Windows color (decimal): -2309220 or 10273756. OLE color: 10273756.

HSL color Cylindrical-coordinate representation of color #DCC39C: hue angle of 36.56º degrees, saturation: 0.48, 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 #DCC39C is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 156 -
CMYK 0 0.11 0.29 0.14
HSL 36.56º 0.48% 0.74% -
HSV(B) 36.56º 0.29% 0.86% -
XYZ 55.03 56.65 39.49 -
YUV 198.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 220 195 156 0 0.11 0.29 0.14 36.56 0.48 0.74
Hex DC C3 9C 0 B 1D E 25 30 4A
Octal 334 303 234 0 13 35 16 45 60 112
Binary 11011100 11000011 10011100 0 1011 11101 1110 100101 110000 1001010

Color Harmonies of #DCC39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC39C

Black with #DCC39C

Text Example


Text Example

White with #DCC39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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