#dbdf7b

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

Shades of Goldenrod #DBDF7B

Tints of Goldenrod #DBDF7B

Color information

#DBDF7B (or 0xDBDF7B) is unknown color: approx Goldenrod. HEX triplet: DB, DF and 7B. RGB value is (219,223,123). Sum of RGB (Red+Green+Blue) = 219+223+123=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDF7B is #242084. Grayscale: #D2D2D2. Windows color (decimal): -2367621 or 8118235. OLE color: 8118235.

HSL color Cylindrical-coordinate representation of color #DBDF7B: hue angle of 62.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBDF7B is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB219223123-
CMYK0.0200.450.13
HSL62.4º60.98%67.84%-
HSV(B)62.4º44.84%87.45%-
XYZ59.1869.2728.99-
YUV210.478.67134.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 123 (48.44% from 255) = 21.77%
R=38.76%
G=39.47%
B=21.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192231230.0200.450.1362.460.9867.84
HexDBDF7B202DD3e3d44
Octal3333371732055157675104
Binary1101101111011111111101110010110111011111101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbdf7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbdf7b; }

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

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

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

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

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

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

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

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