#D5CE64

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

Shades of Goldenrod #D5CE64

Tints of Goldenrod #D5CE64

Color information

#D5CE64 (or 0xD5CE64) is unknown color: approx Goldenrod. HEX triplet: D5, CE and 64. RGB value is (213,206,100). Sum of RGB (Red+Green+Blue) = 213+206+100=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE64 is #2A319B. Grayscale: #C4C4C4. Windows color (decimal): -2765212 or 6606549. OLE color: 6606549.

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

Color convert

RGB213206100-
CMYK00.030.530.16
HSL56.28º57.36%61.37%-
HSV(B)56.28º53.05%83.53%-
XYZ51.8159.2120.75-
YUV196.0173.82140.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 100 (39.45% from 255) = 19.27%
R=41.04%
G=39.69%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320610000.030.530.1656.2857.3661.37
HexD5CE6403351038393d
Octal325316144036520707175
Binary1101010111001110110010001111010110000111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE64; }

 p { color: rgb(213,206,100); }

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

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

 a { background-color: rgb(213,206,100); }

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

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

 span { border-color: rgb(213,206,100); }

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