Html Css Color HEX #D8C682 Sandwisp

📋 copy color: '#D8C682'

red 216 ◦ green 198 ◦ blue 130

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

Shades of Sandwisp #D8C682

Tints of Sandwisp #D8C682

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.4%

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

R = 39.71%
G = 36.4%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D8C682 (or 0xD8C682) is known color: Sandwisp. HEX triplet: D8, C6 and 82. RGB value is (216,198,130). Sum of RGB (Red+Green+Blue) = 216+198+130=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C682 is #27397D. Grayscale: #C3C3C3. Windows color (decimal): -2570622 or 8570584. OLE color: 8570584.

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

Color convert

RGB 216 198 130 -
CMYK 0 0.08 0.40 0.15
HSL 47.44º 0.52% 0.68% -
HSV(B) 47.44º 0.4% 0.85% -
XYZ 52.54 56.6 29.27 -
YUV 195.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 216 198 130 0 0.08 0.40 0.15 47.44 0.52 0.68
Hex D8 C6 82 0 8 28 F 2F 34 44
Octal 330 306 202 0 10 50 17 57 64 104
Binary 11011000 11000110 10000010 0 1000 101000 1111 101111 110100 1000100

Color Harmonies of #D8C682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C682

Black with #D8C682

Text Example


Text Example

White with #D8C682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C682; }

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

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

background-color css

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

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

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

border-color css

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

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

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