#DBDD7B

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

Shades of Goldenrod #DBDD7B

Tints of Goldenrod #DBDD7B

Color information

#DBDD7B (or 0xDBDD7B) is unknown color: approx Goldenrod. HEX triplet: DB, DD and 7B. RGB value is (219,221,123). Sum of RGB (Red+Green+Blue) = 219+221+123=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD7B is #242284. Grayscale: #D1D1D1. Windows color (decimal): -2368133 or 8117723. OLE color: 8117723.

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

Color convert

RGB219221123-
CMYK0.0100.440.13
HSL61.22º59.04%67.45%-
HSV(B)61.22º44.34%86.67%-
XYZ58.6568.228.81-
YUV209.2379.34134.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 123 (48.44% from 255) = 21.85%
R=38.90%
G=39.25%
B=21.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211230.0100.440.1361.2259.0467.45
HexDBDD7B102CD3d3b43
Octal3333351731054157573103
Binary110110111101110111110111010110011011111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDD7B; }

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

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

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

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

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

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

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

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