Html Css Color HEX #DCD380 Sandwisp

📋 copy color: '#DCD380'

red 220 ◦ green 211 ◦ blue 128

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

Shades of Sandwisp #DCD380

Tints of Sandwisp #DCD380

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.75%

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

R = 39.36%
G = 37.75%
B = 22.9%

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

#DCD380 (or 0xDCD380) is known color: Sandwisp. HEX triplet: DC, D3 and 80. RGB value is (220,211,128). Sum of RGB (Red+Green+Blue) = 220+211+128=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD380 is #232C7F. Grayscale: #CCCCCC. Windows color (decimal): -2305152 or 8442844. OLE color: 8442844.

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

Color convert

RGB 220 211 128 -
CMYK 0 0.04 0.42 0.14
HSL 54.13º 0.57% 0.68% -
HSV(B) 54.13º 0.42% 0.86% -
XYZ 56.71 63.36 29.66 -
YUV 204.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 220 211 128 0 0.04 0.42 0.14 54.13 0.57 0.68
Hex DC D3 80 0 4 2A E 36 39 44
Octal 334 323 200 0 4 52 16 66 71 104
Binary 11011100 11010011 10000000 0 100 101010 1110 110110 111001 1000100

Color Harmonies of #DCD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD380

Black with #DCD380

Text Example


Text Example

White with #DCD380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD380; }

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

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

background-color css

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

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

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

border-color css

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

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

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