Html Css Color HEX #D8C982 Sandwisp

📋 copy color: '#D8C982'

red 216 ◦ green 201 ◦ blue 130

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

Shades of Sandwisp #D8C982

Tints of Sandwisp #D8C982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.77%

R = 39.49%
G = 36.75%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D8C982 (or 0xD8C982) is known color: Sandwisp. HEX triplet: D8, C9 and 82. RGB value is (216,201,130). Sum of RGB (Red+Green+Blue) = 216+201+130=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C982 is #27367D. Grayscale: #C5C5C5. Windows color (decimal): -2569854 or 8571352. OLE color: 8571352.

HSL color Cylindrical-coordinate representation of color #D8C982: hue angle of 49.53º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8C982 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 201 130 -
CMYK 0 0.07 0.40 0.15
HSL 49.53º 0.52% 0.68% -
HSV(B) 49.53º 0.4% 0.85% -
XYZ 53.23 57.98 29.51 -
YUV 197.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 216 201 130 0 0.07 0.40 0.15 49.53 0.52 0.68
Hex D8 C9 82 0 7 28 F 32 34 44
Octal 330 311 202 0 7 50 17 62 64 104
Binary 11011000 11001001 10000010 0 111 101000 1111 110010 110100 1000100

Color Harmonies of #D8C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C982

Black with #D8C982

Text Example


Text Example

White with #D8C982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C982; }

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

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

background-color css

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

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

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

border-color css

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

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

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