Html Css Color HEX #D9C882 Sandwisp

📋 copy color: '#D9C882'

red 217 ◦ green 200 ◦ blue 130

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

Shades of Sandwisp #D9C882

Tints of Sandwisp #D9C882

RGB

 RED value IS 217 (85.16% from 255) = 39.67%

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

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

R = 39.67%
G = 36.56%
B = 23.77%

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

#D9C882 (or 0xD9C882) is known color: Sandwisp. HEX triplet: D9, C8 and 82. RGB value is (217,200,130). Sum of RGB (Red+Green+Blue) = 217+200+130=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C882 is #26377D. Grayscale: #C5C5C5. Windows color (decimal): -2504574 or 8571097. OLE color: 8571097.

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

Color convert

RGB 217 200 130 -
CMYK 0 0.08 0.40 0.15
HSL 48.28º 0.53% 0.68% -
HSV(B) 48.28º 0.4% 0.85% -
XYZ 53.3 57.67 29.44 -
YUV 197.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 217 200 130 0 0.08 0.40 0.15 48.28 0.53 0.68
Hex D9 C8 82 0 8 28 F 30 35 44
Octal 331 310 202 0 10 50 17 60 65 104
Binary 11011001 11001000 10000010 0 1000 101000 1111 110000 110101 1000100

Color Harmonies of #D9C882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C882

Black with #D9C882

Text Example


Text Example

White with #D9C882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C882; }

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

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

background-color css

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

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

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

border-color css

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

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

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