Html Css Color HEX #DBE26A Goldenrod

📋 copy color: '#DBE26A'

red 219 ◦ green 226 ◦ blue 106

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

Shades of Goldenrod #DBE26A

Tints of Goldenrod #DBE26A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.02%

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

R = 39.75%
G = 41.02%
B = 19.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#DBE26A (or 0xDBE26A) is known color: Goldenrod. HEX triplet: DB, E2 and 6A. RGB value is (219,226,106). Sum of RGB (Red+Green+Blue) = 219+226+106=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE26A is #241D95. Grayscale: #D2D2D2. Windows color (decimal): -2366870 or 7004891. OLE color: 7004891.

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

Color convert

RGB 219 226 106 -
CMYK 0.03 0 0.53 0.11
HSL 63.5º 0.67% 0.65% -
HSV(B) 63.5º 0.53% 0.89% -
XYZ 59.01 70.49 24.13 -
YUV 210.23 69.18 134.26 -
System Red Green Blue C M Y K H S L
Decimal 219 226 106 0.03 0 0.53 0.11 63.5 0.67 0.65
Hex DB E2 6A 3 0 35 B 40 43 41
Octal 333 342 152 3 0 65 13 100 103 101
Binary 11011011 11100010 1101010 11 0 110101 1011 1000000 1000011 1000001

Color Harmonies of #DBE26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE26A

Black with #DBE26A

Text Example


Text Example

White with #DBE26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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