Html Css Color HEX #DBE01F Pear

📋 copy color: '#DBE01F'

red 219 ◦ green 224 ◦ blue 31

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

Shades of Pear #DBE01F

Tints of Pear #DBE01F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.26%

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

R = 46.2%
G = 47.26%
B = 6.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#DBE01F (or 0xDBE01F) is known color: Pear. HEX triplet: DB, E0 and 1F. RGB value is (219,224,31). Sum of RGB (Red+Green+Blue) = 219+224+31=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE01F is #241FE0. Grayscale: #C9C9C9. Windows color (decimal): -2367457 or 2089179. OLE color: 2089179.

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

Color convert

RGB 219 224 31 -
CMYK 0.02 0 0.86 0.12
HSL 61.55º 0.76% 0.5% -
HSV(B) 61.55º 0.86% 0.88% -
XYZ 56.12 68.47 11.55 -
YUV 200.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 219 224 31 0.02 0 0.86 0.12 61.55 0.76 0.5
Hex DB E0 1F 2 0 56 C 3E 4C 32
Octal 333 340 37 2 0 126 14 76 114 62
Binary 11011011 11100000 11111 10 0 1010110 1100 111110 1001100 110010

Color Harmonies of #DBE01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE01F

Black with #DBE01F

Text Example


Text Example

White with #DBE01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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