Html Css Color HEX #DCC39D Raffia

📋 copy color: '#DCC39D'

red 220 ◦ green 195 ◦ blue 157

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

Shades of Raffia #DCC39D

Tints of Raffia #DCC39D

RGB

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

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

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

R = 38.46%
G = 34.09%
B = 27.45%

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

#DCC39D (or 0xDCC39D) is known color: Raffia. HEX triplet: DC, C3 and 9D. RGB value is (220,195,157). Sum of RGB (Red+Green+Blue) = 220+195+157=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC39D is #233C62. Grayscale: #C6C6C6. Windows color (decimal): -2309219 or 10339292. OLE color: 10339292.

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

Color convert

RGB 220 195 157 -
CMYK 0 0.11 0.29 0.14
HSL 36.19º 0.47% 0.74% -
HSV(B) 36.19º 0.29% 0.86% -
XYZ 55.12 56.68 39.93 -
YUV 198.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 220 195 157 0 0.11 0.29 0.14 36.19 0.47 0.74
Hex DC C3 9D 0 B 1D E 24 2F 4A
Octal 334 303 235 0 13 35 16 44 57 112
Binary 11011100 11000011 10011101 0 1011 11101 1110 100100 101111 1001010

Color Harmonies of #DCC39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC39D

Black with #DCC39D

Text Example


Text Example

White with #DCC39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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