Html Css Color HEX #DBE128 Pear

📋 copy color: '#DBE128'

red 219 ◦ green 225 ◦ blue 40

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

Shades of Pear #DBE128

Tints of Pear #DBE128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.26%

R = 45.25%
G = 46.49%
B = 8.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#DBE128 (or 0xDBE128) is known color: Pear. HEX triplet: DB, E1 and 28. RGB value is (219,225,40). Sum of RGB (Red+Green+Blue) = 219+225+40=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE128 is #241ED7. Grayscale: #CACACA. Windows color (decimal): -2367192 or 2679259. OLE color: 2679259.

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

Color convert

RGB 219 225 40 -
CMYK 0.03 0 0.82 0.12
HSL 61.95º 0.76% 0.52% -
HSV(B) 61.95º 0.82% 0.88% -
XYZ 56.52 69.06 12.36 -
YUV 202.12 36.51 140.04 -
System Red Green Blue C M Y K H S L
Decimal 219 225 40 0.03 0 0.82 0.12 61.95 0.76 0.52
Hex DB E1 28 3 0 52 C 3E 4C 34
Octal 333 341 50 3 0 122 14 76 114 64
Binary 11011011 11100001 101000 11 0 1010010 1100 111110 1001100 110100

Color Harmonies of #DBE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE128

Black with #DBE128

Text Example


Text Example

White with #DBE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE128; }

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

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

background-color css

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

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

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

border-color css

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

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

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