#DBDC7F

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

Shades of Goldenrod #DBDC7F

Tints of Goldenrod #DBDC7F

Color information

#DBDC7F (or 0xDBDC7F) is unknown color: approx Goldenrod. HEX triplet: DB, DC and 7F. RGB value is (219,220,127). Sum of RGB (Red+Green+Blue) = 219+220+127=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC7F is #242380. Grayscale: #D1D1D1. Windows color (decimal): -2368385 or 8379611. OLE color: 8379611.

HSL color Cylindrical-coordinate representation of color #DBDC7F: hue angle of 60.65º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBDC7F is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219220127-
CMYK0.0000.420.14
HSL60.65º57.06%68.04%-
HSV(B)60.65º42.27%86.27%-
XYZ58.6467.7830.07-
YUV209.181.67135.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 127 (50% from 255) = 22.44%
R=38.69%
G=38.87%
B=22.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201270.0000.420.1460.6557.0668.04
HexDBDC7F002AE3d3944
Octal3333341770052167571104
Binary110110111101110011111110010101011101111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDC7F; }

 p { color: rgb(219,220,127); }

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

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

 a { background-color: rgb(219,220,127); }

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

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

 span { border-color: rgb(219,220,127); }

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