#D7CE7D

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

Shades of Sandwisp #D7CE7D

Tints of Sandwisp #D7CE7D

Color information

#D7CE7D (or 0xD7CE7D) is unknown color: approx Sandwisp. HEX triplet: D7, CE and 7D. RGB value is (215,206,125). Sum of RGB (Red+Green+Blue) = 215+206+125=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE7D is #283182. Grayscale: #C7C7C7. Windows color (decimal): -2634115 or 8244951. OLE color: 8244951.

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

Color convert

RGB215206125-
CMYK00.040.420.16
HSL54º52.94%66.67%-
HSV(B)54º41.86%84.31%-
XYZ53.860.0728.16-
YUV199.4685.98139.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=39.38%
G=37.73%
B=22.89%

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
Decimal21520612500.040.420.165452.9466.67
HexD7CE7D042A10363543
Octal3273161750452206665103
Binary110101111100111011111010100101010100001101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE7D; }

 p { color: rgb(215,206,125); }

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

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

 a { background-color: rgb(215,206,125); }

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

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

 span { border-color: rgb(215,206,125); }

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