Html Css Color HEX #D6C977 Sandwisp

📋 copy color: '#D6C977'

red 214 ◦ green 201 ◦ blue 119

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

Shades of Sandwisp #D6C977

Tints of Sandwisp #D6C977

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

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

 BLUE value IS 119 (46.88% from 255) = 22.28%

R = 40.07%
G = 37.64%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6C977 (or 0xD6C977) is known color: Sandwisp. HEX triplet: D6, C9 and 77. RGB value is (214,201,119). Sum of RGB (Red+Green+Blue) = 214+201+119=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C977 is #293688. Grayscale: #C3C3C3. Windows color (decimal): -2700937 or 7850454. OLE color: 7850454.

HSL color Cylindrical-coordinate representation of color #D6C977: hue angle of 51.79º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6C977 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 119 -
CMYK 0 0.06 0.44 0.16
HSL 51.79º 0.54% 0.65% -
HSV(B) 51.79º 0.44% 0.84% -
XYZ 51.95 57.4 25.79 -
YUV 195.54 84.81 141.17 -
System Red Green Blue C M Y K H S L
Decimal 214 201 119 0 0.06 0.44 0.16 51.79 0.54 0.65
Hex D6 C9 77 0 6 2C 10 34 36 41
Octal 326 311 167 0 6 54 20 64 66 101
Binary 11010110 11001001 1110111 0 110 101100 10000 110100 110110 1000001

Color Harmonies of #D6C977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C977

Black with #D6C977

Text Example


Text Example

White with #D6C977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C977; }

 p { color: rgb(214,201,119); }

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

background-color css

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

 a { background-color: rgb(214,201,119); }

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

border-color css

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

 span { border-color: rgb(214,201,119); }

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