Html Css Color HEX #DBE081 Goldenrod

📋 copy color: '#DBE081'

red 219 ◦ green 224 ◦ blue 129

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

Shades of Goldenrod #DBE081

Tints of Goldenrod #DBE081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.55%

R = 38.29%
G = 39.16%
B = 22.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#DBE081 (or 0xDBE081) is known color: Goldenrod. HEX triplet: DB, E0 and 81. RGB value is (219,224,129). Sum of RGB (Red+Green+Blue) = 219+224+129=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE081 is #241F7E. Grayscale: #D4D4D4. Windows color (decimal): -2367359 or 8511707. OLE color: 8511707.

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

Color convert

RGB 219 224 129 -
CMYK 0.02 0 0.42 0.12
HSL 63.16º 0.61% 0.69% -
HSV(B) 63.16º 0.42% 0.88% -
XYZ 59.83 69.96 31.12 -
YUV 211.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 219 224 129 0.02 0 0.42 0.12 63.16 0.61 0.69
Hex DB E0 81 2 0 2A C 3F 3D 45
Octal 333 340 201 2 0 52 14 77 75 105
Binary 11011011 11100000 10000001 10 0 101010 1100 111111 111101 1000101

Color Harmonies of #DBE081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE081

Black with #DBE081

Text Example


Text Example

White with #DBE081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE081; }

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

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

background-color css

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

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

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

border-color css

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

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

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