Html Css Color HEX #DBE076 Goldenrod

📋 copy color: '#DBE076'

red 219 ◦ green 224 ◦ blue 118

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

Shades of Goldenrod #DBE076

Tints of Goldenrod #DBE076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.93%

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

R = 39.04%
G = 39.93%
B = 21.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#DBE076 (or 0xDBE076) is known color: Goldenrod. HEX triplet: DB, E0 and 76. RGB value is (219,224,118). Sum of RGB (Red+Green+Blue) = 219+224+118=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE076 is #241F89. Grayscale: #D2D2D2. Windows color (decimal): -2367370 or 7790811. OLE color: 7790811.

HSL color Cylindrical-coordinate representation of color #DBE076: hue angle of 62.83º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBE076 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 118 -
CMYK 0.02 0 0.47 0.12
HSL 62.83º 0.63% 0.67% -
HSV(B) 62.83º 0.47% 0.88% -
XYZ 59.14 69.68 27.47 -
YUV 210.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 219 224 118 0.02 0 0.47 0.12 62.83 0.63 0.67
Hex DB E0 76 2 0 2F C 3F 3F 43
Octal 333 340 166 2 0 57 14 77 77 103
Binary 11011011 11100000 1110110 10 0 101111 1100 111111 111111 1000011

Color Harmonies of #DBE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE076

Black with #DBE076

Text Example


Text Example

White with #DBE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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