Html Css Color HEX #D8C780 Sandwisp

📋 copy color: '#D8C780'

red 216 ◦ green 199 ◦ blue 128

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

Shades of Sandwisp #D8C780

Tints of Sandwisp #D8C780

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.65%

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

R = 39.78%
G = 36.65%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8C780 (or 0xD8C780) is known color: Sandwisp. HEX triplet: D8, C7 and 80. RGB value is (216,199,128). Sum of RGB (Red+Green+Blue) = 216+199+128=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C780 is #27387F. Grayscale: #C4C4C4. Windows color (decimal): -2570368 or 8439768. OLE color: 8439768.

HSL color Cylindrical-coordinate representation of color #D8C780: hue angle of 48.41º 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 #D8C780 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 199 128 -
CMYK 0 0.08 0.41 0.15
HSL 48.41º 0.53% 0.67% -
HSV(B) 48.41º 0.41% 0.85% -
XYZ 52.64 57 28.65 -
YUV 195.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 216 199 128 0 0.08 0.41 0.15 48.41 0.53 0.67
Hex D8 C7 80 0 8 29 F 30 35 43
Octal 330 307 200 0 10 51 17 60 65 103
Binary 11011000 11000111 10000000 0 1000 101001 1111 110000 110101 1000011

Color Harmonies of #D8C780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C780

Black with #D8C780

Text Example


Text Example

White with #D8C780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C780; }

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

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

background-color css

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

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

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

border-color css

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

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

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