Html Css Color HEX #DBE21F Pear

📋 copy color: '#DBE21F'

red 219 ◦ green 226 ◦ blue 31

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

Shades of Pear #DBE21F

Tints of Pear #DBE21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.51%

R = 46.01%
G = 47.48%
B = 6.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#DBE21F (or 0xDBE21F) is known color: Pear. HEX triplet: DB, E2 and 1F. RGB value is (219,226,31). Sum of RGB (Red+Green+Blue) = 219+226+31=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE21F is #241DE0. Grayscale: #CACACA. Windows color (decimal): -2366945 or 2089691. OLE color: 2089691.

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

Color convert

RGB 219 226 31 -
CMYK 0.03 0 0.86 0.11
HSL 62.15º 0.77% 0.5% -
HSV(B) 62.15º 0.86% 0.89% -
XYZ 56.66 69.55 11.74 -
YUV 201.68 31.68 140.36 -
System Red Green Blue C M Y K H S L
Decimal 219 226 31 0.03 0 0.86 0.11 62.15 0.77 0.5
Hex DB E2 1F 3 0 56 B 3E 4D 32
Octal 333 342 37 3 0 126 13 76 115 62
Binary 11011011 11100010 11111 11 0 1010110 1011 111110 1001101 110010

Color Harmonies of #DBE21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE21F

Black with #DBE21F

Text Example


Text Example

White with #DBE21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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