Html Css Color HEX #DBE16A Goldenrod

📋 copy color: '#DBE16A'

red 219 ◦ green 225 ◦ blue 106

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

Shades of Goldenrod #DBE16A

Tints of Goldenrod #DBE16A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.91%

 BLUE value IS 106 (41.8% from 255) = 19.27%

R = 39.82%
G = 40.91%
B = 19.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#DBE16A (or 0xDBE16A) is known color: Goldenrod. HEX triplet: DB, E1 and 6A. RGB value is (219,225,106). Sum of RGB (Red+Green+Blue) = 219+225+106=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE16A is #241E95. Grayscale: #D2D2D2. Windows color (decimal): -2367126 or 7004635. OLE color: 7004635.

HSL color Cylindrical-coordinate representation of color #DBE16A: hue angle of 63.03º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBE16A is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 106 -
CMYK 0.03 0 0.53 0.12
HSL 63.03º 0.66% 0.65% -
HSV(B) 63.03º 0.53% 0.88% -
XYZ 58.74 69.95 24.04 -
YUV 209.64 69.51 134.68 -
System Red Green Blue C M Y K H S L
Decimal 219 225 106 0.03 0 0.53 0.12 63.03 0.66 0.65
Hex DB E1 6A 3 0 35 C 3F 42 41
Octal 333 341 152 3 0 65 14 77 102 101
Binary 11011011 11100001 1101010 11 0 110101 1100 111111 1000010 1000001

Color Harmonies of #DBE16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE16A

Black with #DBE16A

Text Example


Text Example

White with #DBE16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE16A; }

 p { color: rgb(219,225,106); }

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

background-color css

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

 a { background-color: rgb(219,225,106); }

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

border-color css

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

 span { border-color: rgb(219,225,106); }

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