Html Css Color HEX #DCC39B Raffia

📋 copy color: '#DCC39B'

red 220 ◦ green 195 ◦ blue 155

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

Shades of Raffia #DCC39B

Tints of Raffia #DCC39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.19%

R = 38.6%
G = 34.21%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCC39B (or 0xDCC39B) is known color: Raffia. HEX triplet: DC, C3 and 9B. RGB value is (220,195,155). Sum of RGB (Red+Green+Blue) = 220+195+155=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC39B is #233C64. Grayscale: #C6C6C6. Windows color (decimal): -2309221 or 10208220. OLE color: 10208220.

HSL color Cylindrical-coordinate representation of color #DCC39B: hue angle of 36.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC39B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 155 -
CMYK 0 0.11 0.30 0.14
HSL 36.92º 0.48% 0.74% -
HSV(B) 36.92º 0.3% 0.86% -
XYZ 54.95 56.61 39.04 -
YUV 197.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 220 195 155 0 0.11 0.30 0.14 36.92 0.48 0.74
Hex DC C3 9B 0 B 1E E 25 30 4A
Octal 334 303 233 0 13 36 16 45 60 112
Binary 11011100 11000011 10011011 0 1011 11110 1110 100101 110000 1001010

Color Harmonies of #DCC39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC39B

Black with #DCC39B

Text Example


Text Example

White with #DCC39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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