Html Css Color HEX #DEE31F Pear

📋 copy color: '#DEE31F'

red 222 ◦ green 227 ◦ blue 31

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

Shades of Pear #DEE31F

Tints of Pear #DEE31F

RGB

 RED value IS 222 (87.11% from 255) = 46.25%

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

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

R = 46.25%
G = 47.29%
B = 6.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#DEE31F (or 0xDEE31F) is known color: Pear. HEX triplet: DE, E3 and 1F. RGB value is (222,227,31). Sum of RGB (Red+Green+Blue) = 222+227+31=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 31 (12.5% from 255 or 6.46% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE31F is #211CE0. Grayscale: #CBCBCB. Windows color (decimal): -2170081 or 2089950. OLE color: 2089950.

HSL color Cylindrical-coordinate representation of color #DEE31F: hue angle of 61.53º 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 #DEE31F is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 31 -
CMYK 0.02 0 0.86 0.11
HSL 61.53º 0.78% 0.51% -
HSV(B) 61.53º 0.86% 0.89% -
XYZ 57.84 70.57 11.87 -
YUV 203.16 30.84 141.44 -
System Red Green Blue C M Y K H S L
Decimal 222 227 31 0.02 0 0.86 0.11 61.53 0.78 0.51
Hex DE E3 1F 2 0 56 B 3E 4E 33
Octal 336 343 37 2 0 126 13 76 116 63
Binary 11011110 11100011 11111 10 0 1010110 1011 111110 1001110 110011

Color Harmonies of #DEE31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE31F

Black with #DEE31F

Text Example


Text Example

White with #DEE31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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