#D6CD7D

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

Shades of Sandwisp #D6CD7D

Tints of Sandwisp #D6CD7D

Color information

#D6CD7D (or 0xD6CD7D) is unknown color: approx Sandwisp. HEX triplet: D6, CD and 7D. RGB value is (214,205,125). Sum of RGB (Red+Green+Blue) = 214+205+125=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD7D is #293282. Grayscale: #C6C6C6. Windows color (decimal): -2699907 or 8244694. OLE color: 8244694.

HSL color Cylindrical-coordinate representation of color #D6CD7D: hue angle of 53.93º 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 #D6CD7D is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB214205125-
CMYK00.040.420.16
HSL53.93º52.05%66.47%-
HSV(B)53.93º41.59%83.92%-
XYZ53.2659.4428.07-
YUV198.5786.48139-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=39.34%
G=37.68%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420512500.040.420.1653.9352.0566.47
HexD6CD7D042A10363442
Octal3263151750452206664102
Binary110101101100110111111010100101010100001101101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD7D; }

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

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

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

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

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

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

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

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