Html Css Color HEX #DCC880 Sandwisp

📋 copy color: '#DCC880'

red 220 ◦ green 200 ◦ blue 128

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

Shades of Sandwisp #DCC880

Tints of Sandwisp #DCC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

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

R = 40.15%
G = 36.5%
B = 23.36%

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

#DCC880 (or 0xDCC880) is known color: Sandwisp. HEX triplet: DC, C8 and 80. RGB value is (220,200,128). Sum of RGB (Red+Green+Blue) = 220+200+128=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC880 is #23377F. Grayscale: #C6C6C6. Windows color (decimal): -2307968 or 8440028. OLE color: 8440028.

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

Color convert

RGB 220 200 128 -
CMYK 0 0.09 0.42 0.14
HSL 46.96º 0.57% 0.68% -
HSV(B) 46.96º 0.42% 0.86% -
XYZ 54.07 58.08 28.78 -
YUV 197.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 220 200 128 0 0.09 0.42 0.14 46.96 0.57 0.68
Hex DC C8 80 0 9 2A E 2F 39 44
Octal 334 310 200 0 11 52 16 57 71 104
Binary 11011100 11001000 10000000 0 1001 101010 1110 101111 111001 1000100

Color Harmonies of #DCC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC880

Black with #DCC880

Text Example


Text Example

White with #DCC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC880; }

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

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

background-color css

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

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

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

border-color css

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

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

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