Html Css Color HEX #DBE071 Goldenrod

📋 copy color: '#DBE071'

red 219 ◦ green 224 ◦ blue 113

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

Shades of Goldenrod #DBE071

Tints of Goldenrod #DBE071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.32%

R = 39.39%
G = 40.29%
B = 20.32%

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

#DBE071 (or 0xDBE071) is known color: Goldenrod. HEX triplet: DB, E0 and 71. RGB value is (219,224,113). Sum of RGB (Red+Green+Blue) = 219+224+113=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE071 is #241F8E. Grayscale: #D2D2D2. Windows color (decimal): -2367375 or 7463131. OLE color: 7463131.

HSL color Cylindrical-coordinate representation of color #DBE071: hue angle of 62.7º 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 #DBE071 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 113 -
CMYK 0.02 0 0.50 0.12
HSL 62.7º 0.64% 0.66% -
HSV(B) 62.7º 0.5% 0.88% -
XYZ 58.85 69.56 25.95 -
YUV 209.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 219 224 113 0.02 0 0.50 0.12 62.7 0.64 0.66
Hex DB E0 71 2 0 32 C 3F 40 42
Octal 333 340 161 2 0 62 14 77 100 102
Binary 11011011 11100000 1110001 10 0 110010 1100 111111 1000000 1000010

Color Harmonies of #DBE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE071

Black with #DBE071

Text Example


Text Example

White with #DBE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE071; }

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

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

background-color css

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

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

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

border-color css

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

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

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