Html Css Color HEX #DCD480 Sandwisp

📋 copy color: '#DCD480'

red 220 ◦ green 212 ◦ blue 128

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

Shades of Sandwisp #DCD480

Tints of Sandwisp #DCD480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.86%

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

R = 39.29%
G = 37.86%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCD480 (or 0xDCD480) is known color: Sandwisp. HEX triplet: DC, D4 and 80. RGB value is (220,212,128). Sum of RGB (Red+Green+Blue) = 220+212+128=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD480 is #232B7F. Grayscale: #CDCDCD. Windows color (decimal): -2304896 or 8443100. OLE color: 8443100.

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

Color convert

RGB 220 212 128 -
CMYK 0 0.04 0.42 0.14
HSL 54.78º 0.57% 0.68% -
HSV(B) 54.78º 0.42% 0.86% -
XYZ 56.95 63.86 29.75 -
YUV 204.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 220 212 128 0 0.04 0.42 0.14 54.78 0.57 0.68
Hex DC D4 80 0 4 2A E 37 39 44
Octal 334 324 200 0 4 52 16 67 71 104
Binary 11011100 11010100 10000000 0 100 101010 1110 110111 111001 1000100

Color Harmonies of #DCD480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD480

Black with #DCD480

Text Example


Text Example

White with #DCD480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD480; }

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

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

background-color css

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

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

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

border-color css

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

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

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