#DBDD69

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

Shades of Goldenrod #DBDD69

Tints of Goldenrod #DBDD69

Color information

#DBDD69 (or 0xDBDD69) is unknown color: approx Goldenrod. HEX triplet: DB, DD and 69. RGB value is (219,221,105). Sum of RGB (Red+Green+Blue) = 219+221+105=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD69 is #242296. Grayscale: #CFCFCF. Windows color (decimal): -2368151 or 6938075. OLE color: 6938075.

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

Color convert

RGB219221105-
CMYK0.0100.520.13
HSL61.03º63.04%63.92%-
HSV(B)61.03º52.49%86.67%-
XYZ57.6267.7923.41-
YUV207.1870.34136.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 105 (41.41% from 255) = 19.27%
R=40.18%
G=40.55%
B=19.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211050.0100.520.1361.0363.0463.92
HexDBDD691034D3d3f40
Octal3333351511064157577100
Binary110110111101110111010011011010011011111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDD69; }

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

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

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

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

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

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

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

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