Html Css Color HEX #DBE126 Pear

📋 copy color: '#DBE126'

red 219 ◦ green 225 ◦ blue 38

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

Shades of Pear #DBE126

Tints of Pear #DBE126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.88%

R = 45.44%
G = 46.68%
B = 7.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#DBE126 (or 0xDBE126) is known color: Pear. HEX triplet: DB, E1 and 26. RGB value is (219,225,38). Sum of RGB (Red+Green+Blue) = 219+225+38=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 38 (15.23% from 255 or 7.88% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE126 is #241ED9. Grayscale: #CACACA. Windows color (decimal): -2367194 or 2548187. OLE color: 2548187.

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

Color convert

RGB 219 225 38 -
CMYK 0.03 0 0.83 0.12
HSL 61.93º 0.76% 0.52% -
HSV(B) 61.93º 0.83% 0.88% -
XYZ 56.49 69.05 12.18 -
YUV 201.89 35.51 140.21 -
System Red Green Blue C M Y K H S L
Decimal 219 225 38 0.03 0 0.83 0.12 61.93 0.76 0.52
Hex DB E1 26 3 0 53 C 3E 4C 34
Octal 333 341 46 3 0 123 14 76 114 64
Binary 11011011 11100001 100110 11 0 1010011 1100 111110 1001100 110100

Color Harmonies of #DBE126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE126

Black with #DBE126

Text Example


Text Example

White with #DBE126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE126; }

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

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

background-color css

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

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

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

border-color css

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

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

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