Html Css Color HEX #DBE070 Goldenrod

📋 copy color: '#DBE070'

red 219 ◦ green 224 ◦ blue 112

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

Shades of Goldenrod #DBE070

Tints of Goldenrod #DBE070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.18%

R = 39.46%
G = 40.36%
B = 20.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#DBE070 (or 0xDBE070) is known color: Goldenrod. HEX triplet: DB, E0 and 70. RGB value is (219,224,112). Sum of RGB (Red+Green+Blue) = 219+224+112=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE070 is #241F8F. Grayscale: #D2D2D2. Windows color (decimal): -2367376 or 7397595. OLE color: 7397595.

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

Color convert

RGB 219 224 112 -
CMYK 0.02 0 0.50 0.12
HSL 62.68º 0.64% 0.66% -
HSV(B) 62.68º 0.5% 0.88% -
XYZ 58.79 69.54 25.65 -
YUV 209.74 72.84 134.61 -
System Red Green Blue C M Y K H S L
Decimal 219 224 112 0.02 0 0.50 0.12 62.68 0.64 0.66
Hex DB E0 70 2 0 32 C 3F 40 42
Octal 333 340 160 2 0 62 14 77 100 102
Binary 11011011 11100000 1110000 10 0 110010 1100 111111 1000000 1000010

Color Harmonies of #DBE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE070

Black with #DBE070

Text Example


Text Example

White with #DBE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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