#D6CE70

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

Shades of Goldenrod #D6CE70

Tints of Goldenrod #D6CE70

Color information

#D6CE70 (or 0xD6CE70) is unknown color: approx Goldenrod. HEX triplet: D6, CE and 70. RGB value is (214,206,112). Sum of RGB (Red+Green+Blue) = 214+206+112=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE70 is #29318F. Grayscale: #C6C6C6. Windows color (decimal): -2699664 or 7392982. OLE color: 7392982.

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

Color convert

RGB214206112-
CMYK00.040.480.16
HSL55.29º55.43%63.92%-
HSV(B)55.29º47.66%83.92%-
XYZ52.7359.6124.06-
YUV197.6879.65139.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 112 (44.14% from 255) = 21.05%
R=40.23%
G=38.72%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420611200.040.480.1655.2955.4363.92
HexD6CE70043010373740
Octal3263161600460206767100
Binary110101101100111011100000100110000100001101111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CE70; }

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

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

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

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

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

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

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

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