Html Css Color HEX #D8C980 Sandwisp

📋 copy color: '#D8C980'

red 216 ◦ green 201 ◦ blue 128

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

Shades of Sandwisp #D8C980

Tints of Sandwisp #D8C980

RGB

 RED value IS 216 (84.77% from 255) = 39.63%

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

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

R = 39.63%
G = 36.88%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8C980 (or 0xD8C980) is known color: Sandwisp. HEX triplet: D8, C9 and 80. RGB value is (216,201,128). Sum of RGB (Red+Green+Blue) = 216+201+128=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C980 is #27367F. Grayscale: #C5C5C5. Windows color (decimal): -2569856 or 8440280. OLE color: 8440280.

HSL color Cylindrical-coordinate representation of color #D8C980: hue angle of 49.77º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8C980 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 201 128 -
CMYK 0 0.07 0.41 0.15
HSL 49.77º 0.53% 0.67% -
HSV(B) 49.77º 0.41% 0.85% -
XYZ 53.1 57.93 28.81 -
YUV 197.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 216 201 128 0 0.07 0.41 0.15 49.77 0.53 0.67
Hex D8 C9 80 0 7 29 F 32 35 43
Octal 330 311 200 0 7 51 17 62 65 103
Binary 11011000 11001001 10000000 0 111 101001 1111 110010 110101 1000011

Color Harmonies of #D8C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C980

Black with #D8C980

Text Example


Text Example

White with #D8C980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C980; }

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

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

background-color css

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

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

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

border-color css

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

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

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