#D0DC5D

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

Shades of Goldenrod #D0DC5D

Tints of Goldenrod #D0DC5D

Color information

#D0DC5D (or 0xD0DC5D) is unknown color: approx Goldenrod. HEX triplet: D0, DC and 5D. RGB value is (208,220,93). Sum of RGB (Red+Green+Blue) = 208+220+93=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC5D is #2F23A2. Grayscale: #CACACA. Windows color (decimal): -3089315 or 6151376. OLE color: 6151376.

HSL color Cylindrical-coordinate representation of color #D0DC5D: hue angle of 65.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0DC5D is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB20822093-
CMYK0.0500.580.14
HSL65.67º64.47%61.37%-
HSV(B)65.67º57.73%86.27%-
XYZ53.5865.3920.15-
YUV201.9366.52132.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=39.92%
G=42.23%
B=17.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208220930.0500.580.1465.6764.4761.37
HexD0DC5D503AE42403d
Octal32033413550721610210075
Binary110100001101110010111011010111010111010000101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DC5D; }

 p { color: rgb(208,220,93); }

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

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

 a { background-color: rgb(208,220,93); }

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

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

 span { border-color: rgb(208,220,93); }

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