Html Css Color HEX #DBE072 Goldenrod

📋 copy color: '#DBE072'

red 219 ◦ green 224 ◦ blue 114

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

Shades of Goldenrod #DBE072

Tints of Goldenrod #DBE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.47%

R = 39.32%
G = 40.22%
B = 20.47%

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

#DBE072 (or 0xDBE072) is known color: Goldenrod. HEX triplet: DB, E0 and 72. RGB value is (219,224,114). Sum of RGB (Red+Green+Blue) = 219+224+114=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE072 is #241F8D. Grayscale: #D2D2D2. Windows color (decimal): -2367374 or 7528667. OLE color: 7528667.

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

Color convert

RGB 219 224 114 -
CMYK 0.02 0 0.49 0.12
HSL 62.73º 0.64% 0.66% -
HSV(B) 62.73º 0.49% 0.88% -
XYZ 58.91 69.59 26.25 -
YUV 209.97 73.84 134.44 -
System Red Green Blue C M Y K H S L
Decimal 219 224 114 0.02 0 0.49 0.12 62.73 0.64 0.66
Hex DB E0 72 2 0 31 C 3F 40 42
Octal 333 340 162 2 0 61 14 77 100 102
Binary 11011011 11100000 1110010 10 0 110001 1100 111111 1000000 1000010

Color Harmonies of #DBE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE072

Black with #DBE072

Text Example


Text Example

White with #DBE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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