Html Css Color HEX #DCC59A Raffia

📋 copy color: '#DCC59A'

red 220 ◦ green 197 ◦ blue 154

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

Shades of Raffia #DCC59A

Tints of Raffia #DCC59A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.5%

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

R = 38.53%
G = 34.5%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DCC59A (or 0xDCC59A) is known color: Raffia. HEX triplet: DC, C5 and 9A. RGB value is (220,197,154). Sum of RGB (Red+Green+Blue) = 220+197+154=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC59A is #233A65. Grayscale: #C7C7C7. Windows color (decimal): -2308710 or 10143196. OLE color: 10143196.

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

Color convert

RGB 220 197 154 -
CMYK 0 0.10 0.3 0.14
HSL 39.09º 0.49% 0.73% -
HSV(B) 39.09º 0.3% 0.86% -
XYZ 55.31 57.48 38.75 -
YUV 198.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 220 197 154 0 0.10 0.3 0.14 39.09 0.49 0.73
Hex DC C5 9A 0 A 1E E 27 31 49
Octal 334 305 232 0 12 36 16 47 61 111
Binary 11011100 11000101 10011010 0 1010 11110 1110 100111 110001 1001001

Color Harmonies of #DCC59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC59A

Black with #DCC59A

Text Example


Text Example

White with #DCC59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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