Html Css Color HEX #DBE31F Pear

📋 copy color: '#DBE31F'

red 219 ◦ green 227 ◦ blue 31

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

Shades of Pear #DBE31F

Tints of Pear #DBE31F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.59%

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

R = 45.91%
G = 47.59%
B = 6.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#DBE31F (or 0xDBE31F) is known color: Pear. HEX triplet: DB, E3 and 1F. RGB value is (219,227,31). Sum of RGB (Red+Green+Blue) = 219+227+31=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE31F is #241CE0. Grayscale: #CBCBCB. Windows color (decimal): -2366689 or 2089947. OLE color: 2089947.

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

Color convert

RGB 219 227 31 -
CMYK 0.04 0 0.86 0.11
HSL 62.45º 0.78% 0.51% -
HSV(B) 62.45º 0.86% 0.89% -
XYZ 56.93 70.1 11.83 -
YUV 202.26 31.35 139.94 -
System Red Green Blue C M Y K H S L
Decimal 219 227 31 0.04 0 0.86 0.11 62.45 0.78 0.51
Hex DB E3 1F 4 0 56 B 3E 4E 33
Octal 333 343 37 4 0 126 13 76 116 63
Binary 11011011 11100011 11111 100 0 1010110 1011 111110 1001110 110011

Color Harmonies of #DBE31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE31F

Black with #DBE31F

Text Example


Text Example

White with #DBE31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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