Html Css Color HEX #DCC39A Raffia

📋 copy color: '#DCC39A'

red 220 ◦ green 195 ◦ blue 154

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

Shades of Raffia #DCC39A

Tints of Raffia #DCC39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.07%

R = 38.66%
G = 34.27%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DCC39A (or 0xDCC39A) is known color: Raffia. HEX triplet: DC, C3 and 9A. RGB value is (220,195,154). Sum of RGB (Red+Green+Blue) = 220+195+154=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC39A is #233C65. Grayscale: #C5C5C5. Windows color (decimal): -2309222 or 10142684. OLE color: 10142684.

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

Color convert

RGB 220 195 154 -
CMYK 0 0.11 0.3 0.14
HSL 37.27º 0.49% 0.73% -
HSV(B) 37.27º 0.3% 0.86% -
XYZ 54.86 56.58 38.6 -
YUV 197.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 220 195 154 0 0.11 0.3 0.14 37.27 0.49 0.73
Hex DC C3 9A 0 B 1E E 25 31 49
Octal 334 303 232 0 13 36 16 45 61 111
Binary 11011100 11000011 10011010 0 1011 11110 1110 100101 110001 1001001

Color Harmonies of #DCC39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC39A

Black with #DCC39A

Text Example


Text Example

White with #DCC39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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