Html Css Color HEX #DCC980 Sandwisp

📋 copy color: '#DCC980'

red 220 ◦ green 201 ◦ blue 128

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

Shades of Sandwisp #DCC980

Tints of Sandwisp #DCC980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.61%

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

R = 40.07%
G = 36.61%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCC980 (or 0xDCC980) is known color: Sandwisp. HEX triplet: DC, C9 and 80. RGB value is (220,201,128). Sum of RGB (Red+Green+Blue) = 220+201+128=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC980 is #23367F. Grayscale: #C6C6C6. Windows color (decimal): -2307712 or 8440284. OLE color: 8440284.

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

Color convert

RGB 220 201 128 -
CMYK 0 0.09 0.42 0.14
HSL 47.61º 0.57% 0.68% -
HSV(B) 47.61º 0.42% 0.86% -
XYZ 54.3 58.55 28.86 -
YUV 198.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 220 201 128 0 0.09 0.42 0.14 47.61 0.57 0.68
Hex DC C9 80 0 9 2A E 30 39 44
Octal 334 311 200 0 11 52 16 60 71 104
Binary 11011100 11001001 10000000 0 1001 101010 1110 110000 111001 1000100

Color Harmonies of #DCC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC980

Black with #DCC980

Text Example


Text Example

White with #DCC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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