Html Css Color HEX #DCC780 Sandwisp

📋 copy color: '#DCC780'

red 220 ◦ green 199 ◦ blue 128

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

Shades of Sandwisp #DCC780

Tints of Sandwisp #DCC780

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.38%

 BLUE value IS 128 (50.39% from 255) = 23.4%

R = 40.22%
G = 36.38%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCC780 (or 0xDCC780) is known color: Sandwisp. HEX triplet: DC, C7 and 80. RGB value is (220,199,128). Sum of RGB (Red+Green+Blue) = 220+199+128=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC780 is #23387F. Grayscale: #C5C5C5. Windows color (decimal): -2308224 or 8439772. OLE color: 8439772.

HSL color Cylindrical-coordinate representation of color #DCC780: hue angle of 46.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCC780 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 128 -
CMYK 0 0.10 0.42 0.14
HSL 46.3º 0.57% 0.68% -
HSV(B) 46.3º 0.42% 0.86% -
XYZ 53.83 57.62 28.71 -
YUV 197.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 220 199 128 0 0.10 0.42 0.14 46.3 0.57 0.68
Hex DC C7 80 0 A 2A E 2E 39 44
Octal 334 307 200 0 12 52 16 56 71 104
Binary 11011100 11000111 10000000 0 1010 101010 1110 101110 111001 1000100

Color Harmonies of #DCC780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC780

Black with #DCC780

Text Example


Text Example

White with #DCC780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC780; }

 p { color: rgb(220,199,128); }

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

background-color css

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

 a { background-color: rgb(220,199,128); }

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

border-color css

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

 span { border-color: rgb(220,199,128); }

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