Html Css Color HEX #DBDA76 Goldenrod

📋 copy color: '#DBDA76'

red 219 ◦ green 218 ◦ blue 118

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

Shades of Goldenrod #DBDA76

Tints of Goldenrod #DBDA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.28%

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

R = 39.46%
G = 39.28%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBDA76 (or 0xDBDA76) is known color: Goldenrod. HEX triplet: DB, DA and 76. RGB value is (219,218,118). Sum of RGB (Red+Green+Blue) = 219+218+118=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA76 is #242589. Grayscale: #CFCFCF. Windows color (decimal): -2368906 or 7789275. OLE color: 7789275.

HSL color Cylindrical-coordinate representation of color #DBDA76: hue angle of 59.41º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBDA76 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 118 -
CMYK 0 0.00 0.46 0.14
HSL 59.41º 0.58% 0.66% -
HSV(B) 59.41º 0.46% 0.86% -
XYZ 57.55 66.51 26.94 -
YUV 206.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 219 218 118 0 0.00 0.46 0.14 59.41 0.58 0.66
Hex DB DA 76 0 0 2E E 3B 3A 42
Octal 333 332 166 0 0 56 16 73 72 102
Binary 11011011 11011010 1110110 0 0 101110 1110 111011 111010 1000010

Color Harmonies of #DBDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA76

Black with #DBDA76

Text Example


Text Example

White with #DBDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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