#DEEB31

Color #DEEB31 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DEEB31

Tints of Pear #DEEB31

Color information

#DEEB31 (or 0xDEEB31) is unknown color: approx Pear. HEX triplet: DE, EB and 31. RGB value is (222,235,49). Sum of RGB (Red+Green+Blue) = 222+235+49=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB31 is #2114CE. Grayscale: #D2D2D2. Windows color (decimal): -2168015 or 3271646. OLE color: 3271646.

HSL color Cylindrical-coordinate representation of color #DEEB31: hue angle of 64.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEEB31 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB22223549-
CMYK0.0600.790.08
HSL64.19º82.3%55.69%-
HSV(B)64.19º79.15%92.16%-
XYZ60.3975.1714.23-
YUV209.9137.19136.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 235 (92.19% from 255) = 46.44%
BLUE value IS 49 (19.53% from 255) = 9.68%
R=43.87%
G=46.44%
B=9.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal222235490.0600.790.0864.1982.355.69
HexDEEB31604F8405238
Octal33635361601171010012270
Binary110111101110101111000111001001111100010000001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEB31; }

 p { color: rgb(222,235,49); }

 H1.HeaderClassName
 {
   color: #DEEB31;
 }
 .AnyTagClassName
 {
   color: #DEEB31;
 }
</style>
background-color css

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

 a { background-color: rgb(222,235,49); }

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

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

 span { border-color: rgb(222,235,49); }

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