#D6C97D

Color #D6C97D Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #D6C97D

Tints of Sandwisp #D6C97D

Color information

#D6C97D (or 0xD6C97D) is unknown color: approx Sandwisp. HEX triplet: D6, C9 and 7D. RGB value is (214,201,125). Sum of RGB (Red+Green+Blue) = 214+201+125=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C97D is #293682. Grayscale: #C4C4C4. Windows color (decimal): -2700931 or 8243670. OLE color: 8243670.

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

Color convert

RGB214201125-
CMYK00.060.420.16
HSL51.24º52.05%66.47%-
HSV(B)51.24º41.59%83.92%-
XYZ52.3257.5527.75-
YUV196.2287.81140.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 201 (78.91% from 255) = 37.22%
BLUE value IS 125 (49.22% from 255) = 23.15%
R=39.63%
G=37.22%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420112500.060.420.1651.2452.0566.47
HexD6C97D062A10333442
Octal3263111750652206364102
Binary110101101100100111111010110101010100001100111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C97D; }

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

 H1.HeaderClassName
 {
   color: #D6C97D;
 }
 .AnyTagClassName
 {
   color: #D6C97D;
 }
</style>
background-color css

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

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

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

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

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

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