#DBDD65

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

Shades of Goldenrod #DBDD65

Tints of Goldenrod #DBDD65

Color information

#DBDD65 (or 0xDBDD65) is unknown color: approx Goldenrod. HEX triplet: DB, DD and 65. RGB value is (219,221,101). Sum of RGB (Red+Green+Blue) = 219+221+101=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD65 is #24229A. Grayscale: #CFCFCF. Windows color (decimal): -2368155 or 6675931. OLE color: 6675931.

HSL color Cylindrical-coordinate representation of color #DBDD65: hue angle of 61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBDD65 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB219221101-
CMYK0.0100.540.13
HSL61º63.83%63.14%-
HSV(B)61º54.3%86.67%-
XYZ57.4267.7122.36-
YUV206.7268.34136.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 101 (39.84% from 255) = 18.67%
R=40.48%
G=40.85%
B=18.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211010.0100.540.136163.8363.14
HexDBDD651036D3d403f
Octal3333351451066157510077
Binary110110111101110111001011011011011011111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDD65; }

 p { color: rgb(219,221,101); }

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

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

 a { background-color: rgb(219,221,101); }

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

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

 span { border-color: rgb(219,221,101); }

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