#D6CD7B

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

Shades of Sandwisp #D6CD7B

Tints of Sandwisp #D6CD7B

Color information

#D6CD7B (or 0xD6CD7B) is unknown color: approx Sandwisp. HEX triplet: D6, CD and 7B. RGB value is (214,205,123). Sum of RGB (Red+Green+Blue) = 214+205+123=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD7B is #293284. Grayscale: #C6C6C6. Windows color (decimal): -2699909 or 8113622. OLE color: 8113622.

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

Color convert

RGB214205123-
CMYK00.040.430.16
HSL54.07º52.6%66.08%-
HSV(B)54.07º42.52%83.92%-
XYZ53.1459.3927.4-
YUV198.3485.48139.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.48%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 123 (48.44% from 255) = 22.69%
R=39.48%
G=37.82%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420512300.040.430.1654.0752.666.08
HexD6CD7B042B10363542
Octal3263151730453206665102
Binary110101101100110111110110100101011100001101101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD7B; }

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

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

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

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

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

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

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

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