Html Css Color HEX #DBDD76 Goldenrod

📋 copy color: '#DBDD76'

red 219 ◦ green 221 ◦ blue 118

#DBDD76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DBDD76

Tints of Goldenrod #DBDD76

RGB

 RED value IS 219 (85.94% from 255) = 39.25%

 GREEN value IS 221 (86.72% from 255) = 39.61%

 BLUE value IS 118 (46.48% from 255) = 21.15%

R = 39.25%
G = 39.61%
B = 21.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DBDD76 (or 0xDBDD76) is known color: Goldenrod. HEX triplet: DB, DD and 76. RGB value is (219,221,118). Sum of RGB (Red+Green+Blue) = 219+221+118=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD76 is #242289. Grayscale: #D1D1D1. Windows color (decimal): -2368138 or 7790043. OLE color: 7790043.

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

Color convert

RGB 219 221 118 -
CMYK 0.01 0 0.47 0.13
HSL 61.17º 0.6% 0.66% -
HSV(B) 61.17º 0.47% 0.87% -
XYZ 58.34 68.08 27.21 -
YUV 208.66 76.84 135.38 -
System Red Green Blue C M Y K H S L
Decimal 219 221 118 0.01 0 0.47 0.13 61.17 0.6 0.66
Hex DB DD 76 1 0 2F D 3D 3C 42
Octal 333 335 166 1 0 57 15 75 74 102
Binary 11011011 11011101 1110110 1 0 101111 1101 111101 111100 1000010

Color Harmonies of #DBDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD76

Black with #DBDD76

Text Example


Text Example

White with #DBDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD76; }

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

 H1.HeaderClassName
 {
   color: #DBDD76;
 }
 .AnyTagClassName
 {
   color: #DBDD76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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