Html Css Color HEX #D9C982 Sandwisp

📋 copy color: '#D9C982'

red 217 ◦ green 201 ◦ blue 130

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

Shades of Sandwisp #D9C982

Tints of Sandwisp #D9C982

RGB

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

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

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

R = 39.6%
G = 36.68%
B = 23.72%

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

#D9C982 (or 0xD9C982) is known color: Sandwisp. HEX triplet: D9, C9 and 82. RGB value is (217,201,130). Sum of RGB (Red+Green+Blue) = 217+201+130=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C982 is #26367D. Grayscale: #C5C5C5. Windows color (decimal): -2504318 or 8571353. OLE color: 8571353.

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

Color convert

RGB 217 201 130 -
CMYK 0 0.07 0.40 0.15
HSL 48.97º 0.53% 0.68% -
HSV(B) 48.97º 0.4% 0.85% -
XYZ 53.53 58.14 29.52 -
YUV 197.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 217 201 130 0 0.07 0.40 0.15 48.97 0.53 0.68
Hex D9 C9 82 0 7 28 F 31 35 44
Octal 331 311 202 0 7 50 17 61 65 104
Binary 11011001 11001001 10000010 0 111 101000 1111 110001 110101 1000100

Color Harmonies of #D9C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C982

Black with #D9C982

Text Example


Text Example

White with #D9C982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C982; }

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

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

background-color css

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

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

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

border-color css

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

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

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