Html Css Color HEX #DBE080 Goldenrod

📋 copy color: '#DBE080'

red 219 ◦ green 224 ◦ blue 128

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

Shades of Goldenrod #DBE080

Tints of Goldenrod #DBE080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.42%

R = 38.35%
G = 39.23%
B = 22.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#DBE080 (or 0xDBE080) is known color: Goldenrod. HEX triplet: DB, E0 and 80. RGB value is (219,224,128). Sum of RGB (Red+Green+Blue) = 219+224+128=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE080 is #241F7F. Grayscale: #D3D3D3. Windows color (decimal): -2367360 or 8446171. OLE color: 8446171.

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

Color convert

RGB 219 224 128 -
CMYK 0.02 0 0.43 0.12
HSL 63.13º 0.61% 0.69% -
HSV(B) 63.13º 0.43% 0.88% -
XYZ 59.77 69.93 30.77 -
YUV 211.56 80.84 133.31 -
System Red Green Blue C M Y K H S L
Decimal 219 224 128 0.02 0 0.43 0.12 63.13 0.61 0.69
Hex DB E0 80 2 0 2B C 3F 3D 45
Octal 333 340 200 2 0 53 14 77 75 105
Binary 11011011 11100000 10000000 10 0 101011 1100 111111 111101 1000101

Color Harmonies of #DBE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE080

Black with #DBE080

Text Example


Text Example

White with #DBE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE080; }

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

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

background-color css

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

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

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

border-color css

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

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

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