Html Css Color HEX #DBDB77 Goldenrod

📋 copy color: '#DBDB77'

red 219 ◦ green 219 ◦ blue 119

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

Shades of Goldenrod #DBDB77

Tints of Goldenrod #DBDB77

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.32%

 BLUE value IS 119 (46.88% from 255) = 21.36%

R = 39.32%
G = 39.32%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBDB77 (or 0xDBDB77) is known color: Goldenrod. HEX triplet: DB, DB and 77. RGB value is (219,219,119). Sum of RGB (Red+Green+Blue) = 219+219+119=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB77 is #242488. Grayscale: #CFCFCF. Windows color (decimal): -2368649 or 7855067. OLE color: 7855067.

HSL color Cylindrical-coordinate representation of color #DBDB77: hue angle of 60º 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 #DBDB77 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 119 -
CMYK 0 0 0.46 0.14
HSL 60º 0.58% 0.66% -
HSV(B) 60º 0.46% 0.86% -
XYZ 57.87 67.06 27.35 -
YUV 207.6 78 136.13 -
System Red Green Blue C M Y K H S L
Decimal 219 219 119 0 0 0.46 0.14 60 0.58 0.66
Hex DB DB 77 0 0 2E E 3C 3A 42
Octal 333 333 167 0 0 56 16 74 72 102
Binary 11011011 11011011 1110111 0 0 101110 1110 111100 111010 1000010

Color Harmonies of #DBDB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB77

Black with #DBDB77

Text Example


Text Example

White with #DBDB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB77; }

 p { color: rgb(219,219,119); }

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

background-color css

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

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

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

border-color css

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

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

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