Html Css Color HEX #DBEC1A Pear

📋 copy color: '#DBEC1A'

red 219 ◦ green 236 ◦ blue 26

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

Shades of Pear #DBEC1A

Tints of Pear #DBEC1A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.06%

 BLUE value IS 26 (10.55% from 255) = 5.41%

R = 45.53%
G = 49.06%
B = 5.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#DBEC1A (or 0xDBEC1A) is known color: Pear. HEX triplet: DB, EC and 1A. RGB value is (219,236,26). Sum of RGB (Red+Green+Blue) = 219+236+26=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 26 (10.55% from 255 or 5.41% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC1A is #2413E5. Grayscale: #CFCFCF. Windows color (decimal): -2364390 or 1764571. OLE color: 1764571.

HSL color Cylindrical-coordinate representation of color #DBEC1A: hue angle of 64.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBEC1A is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 26 -
CMYK 0.07 0 0.89 0.07
HSL 64.86º 0.85% 0.51% -
HSV(B) 64.86º 0.89% 0.93% -
XYZ 59.4 75.13 12.35 -
YUV 206.98 25.87 136.58 -
System Red Green Blue C M Y K H S L
Decimal 219 236 26 0.07 0 0.89 0.07 64.86 0.85 0.51
Hex DB EC 1A 7 0 59 7 41 55 33
Octal 333 354 32 7 0 131 7 101 125 63
Binary 11011011 11101100 11010 111 0 1011001 111 1000001 1010101 110011

Color Harmonies of #DBEC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC1A

Black with #DBEC1A

Text Example


Text Example

White with #DBEC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC1A; }

 p { color: rgb(219,236,26); }

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

background-color css

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

 a { background-color: rgb(219,236,26); }

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

border-color css

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

 span { border-color: rgb(219,236,26); }

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