Html Css Color HEX #DBE073 Goldenrod

📋 copy color: '#DBE073'

red 219 ◦ green 224 ◦ blue 115

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

Shades of Goldenrod #DBE073

Tints of Goldenrod #DBE073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.61%

R = 39.25%
G = 40.14%
B = 20.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#DBE073 (or 0xDBE073) is known color: Goldenrod. HEX triplet: DB, E0 and 73. RGB value is (219,224,115). Sum of RGB (Red+Green+Blue) = 219+224+115=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE073 is #241F8C. Grayscale: #D2D2D2. Windows color (decimal): -2367373 or 7594203. OLE color: 7594203.

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

Color convert

RGB 219 224 115 -
CMYK 0.02 0 0.49 0.12
HSL 62.75º 0.64% 0.66% -
HSV(B) 62.75º 0.49% 0.88% -
XYZ 58.96 69.61 26.55 -
YUV 210.08 74.34 134.36 -
System Red Green Blue C M Y K H S L
Decimal 219 224 115 0.02 0 0.49 0.12 62.75 0.64 0.66
Hex DB E0 73 2 0 31 C 3F 40 42
Octal 333 340 163 2 0 61 14 77 100 102
Binary 11011011 11100000 1110011 10 0 110001 1100 111111 1000000 1000010

Color Harmonies of #DBE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE073

Black with #DBE073

Text Example


Text Example

White with #DBE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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