Html Css Color HEX #D6C978 Sandwisp

📋 copy color: '#D6C978'

red 214 ◦ green 201 ◦ blue 120

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

Shades of Sandwisp #D6C978

Tints of Sandwisp #D6C978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.43%

R = 40%
G = 37.57%
B = 22.43%

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

#D6C978 (or 0xD6C978) is known color: Sandwisp. HEX triplet: D6, C9 and 78. RGB value is (214,201,120). Sum of RGB (Red+Green+Blue) = 214+201+120=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C978 is #293687. Grayscale: #C3C3C3. Windows color (decimal): -2700936 or 7915990. OLE color: 7915990.

HSL color Cylindrical-coordinate representation of color #D6C978: hue angle of 51.7º degrees, saturation: 0.53, 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 #D6C978 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 120 -
CMYK 0 0.06 0.44 0.16
HSL 51.7º 0.53% 0.65% -
HSV(B) 51.7º 0.44% 0.84% -
XYZ 52.01 57.43 26.11 -
YUV 195.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 214 201 120 0 0.06 0.44 0.16 51.7 0.53 0.65
Hex D6 C9 78 0 6 2C 10 34 35 41
Octal 326 311 170 0 6 54 20 64 65 101
Binary 11010110 11001001 1111000 0 110 101100 10000 110100 110101 1000001

Color Harmonies of #D6C978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C978

Black with #D6C978

Text Example


Text Example

White with #D6C978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C978; }

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

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

background-color css

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

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

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

border-color css

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

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

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