#D5CE70

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

Shades of Goldenrod #D5CE70

Tints of Goldenrod #D5CE70

Color information

#D5CE70 (or 0xD5CE70) is unknown color: approx Goldenrod. HEX triplet: D5, CE and 70. RGB value is (213,206,112). Sum of RGB (Red+Green+Blue) = 213+206+112=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE70 is #2A318F. Grayscale: #C5C5C5. Windows color (decimal): -2765200 or 7392981. OLE color: 7392981.

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

Color convert

RGB213206112-
CMYK00.030.470.16
HSL55.84º54.59%63.73%-
HSV(B)55.84º47.42%83.53%-
XYZ52.4459.4624.04-
YUV197.3879.82139.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=40.11%
G=38.79%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320611200.030.470.1655.8454.5963.73
HexD5CE70032F10383740
Octal3253161600357207067100
Binary11010101110011101110000011101111100001110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE70; }

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

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

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

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

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

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

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

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