Html Css Color HEX #DBE061 Goldenrod

📋 copy color: '#DBE061'

red 219 ◦ green 224 ◦ blue 97

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

Shades of Goldenrod #DBE061

Tints of Goldenrod #DBE061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.96%

R = 40.56%
G = 41.48%
B = 17.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#DBE061 (or 0xDBE061) is known color: Goldenrod. HEX triplet: DB, E0 and 61. RGB value is (219,224,97). Sum of RGB (Red+Green+Blue) = 219+224+97=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE061 is #241F9E. Grayscale: #D0D0D0. Windows color (decimal): -2367391 or 6414555. OLE color: 6414555.

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

Color convert

RGB 219 224 97 -
CMYK 0.02 0 0.57 0.12
HSL 62.36º 0.67% 0.63% -
HSV(B) 62.36º 0.57% 0.88% -
XYZ 58.03 69.23 21.61 -
YUV 208.03 65.34 135.83 -
System Red Green Blue C M Y K H S L
Decimal 219 224 97 0.02 0 0.57 0.12 62.36 0.67 0.63
Hex DB E0 61 2 0 39 C 3E 43 3F
Octal 333 340 141 2 0 71 14 76 103 77
Binary 11011011 11100000 1100001 10 0 111001 1100 111110 1000011 111111

Color Harmonies of #DBE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE061

Black with #DBE061

Text Example


Text Example

White with #DBE061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE061; }

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

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

background-color css

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

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

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

border-color css

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

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

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