Html Css Color HEX #D7C882 Sandwisp

📋 copy color: '#D7C882'

red 215 ◦ green 200 ◦ blue 130

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

Shades of Sandwisp #D7C882

Tints of Sandwisp #D7C882

RGB

 RED value IS 215 (84.38% from 255) = 39.45%

 GREEN value IS 200 (78.52% from 255) = 36.7%

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

R = 39.45%
G = 36.7%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D7C882 (or 0xD7C882) is known color: Sandwisp. HEX triplet: D7, C8 and 82. RGB value is (215,200,130). Sum of RGB (Red+Green+Blue) = 215+200+130=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C882 is #28377D. Grayscale: #C4C4C4. Windows color (decimal): -2635646 or 8571095. OLE color: 8571095.

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

Color convert

RGB 215 200 130 -
CMYK 0 0.07 0.40 0.16
HSL 49.41º 0.52% 0.68% -
HSV(B) 49.41º 0.4% 0.84% -
XYZ 52.71 57.37 29.41 -
YUV 196.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 215 200 130 0 0.07 0.40 0.16 49.41 0.52 0.68
Hex D7 C8 82 0 7 28 10 31 34 44
Octal 327 310 202 0 7 50 20 61 64 104
Binary 11010111 11001000 10000010 0 111 101000 10000 110001 110100 1000100

Color Harmonies of #D7C882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C882

Black with #D7C882

Text Example


Text Example

White with #D7C882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C882; }

 p { color: rgb(215,200,130); }

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

background-color css

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

 a { background-color: rgb(215,200,130); }

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

border-color css

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

 span { border-color: rgb(215,200,130); }

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