#d7cc7b

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

Shades of Sandwisp #D7CC7B

Tints of Sandwisp #D7CC7B

Color information

#D7CC7B (or 0xD7CC7B) is unknown color: approx Sandwisp. HEX triplet: D7, CC and 7B. RGB value is (215,204,123). Sum of RGB (Red+Green+Blue) = 215+204+123=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CC7B is #283384. Grayscale: #C6C6C6. Windows color (decimal): -2634629 or 8113367. OLE color: 8113367.

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

Color convert

RGB215204123-
CMYK00.050.430.16
HSL52.83º53.49%66.27%-
HSV(B)52.83º42.79%84.31%-
XYZ53.1959.0627.34-
YUV198.0585.64140.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 123 (48.44% from 255) = 22.69%
R=39.67%
G=37.64%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520412300.050.430.1652.8353.4966.27
HexD7CC7B052B10353542
Octal3273141730553206565102
Binary110101111100110011110110101101011100001101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7cc7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7cc7b; }

 p { color: rgb(215,204,123); }

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

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

 a { background-color: rgb(215,204,123); }

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

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

 span { border-color: rgb(215,204,123); }

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