#D3DE26

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

Shades of Pear #D3DE26

Tints of Pear #D3DE26

Color information

#D3DE26 (or 0xD3DE26) is unknown color: approx Pear. HEX triplet: D3, DE and 26. RGB value is (211,222,38). Sum of RGB (Red+Green+Blue) = 211+222+38=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DE26 is #2C21D9. Grayscale: #C6C6C6. Windows color (decimal): -2892250 or 2547411. OLE color: 2547411.

HSL color Cylindrical-coordinate representation of color #D3DE26: hue angle of 63.59º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3DE26 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB21122238-
CMYK0.0500.830.13
HSL63.59º73.6%50.98%-
HSV(B)63.59º82.88%87.06%-
XYZ53.3466.2311.81-
YUV197.7437.86137.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.80%
GREEN value IS 222 (87.11% from 255) = 47.13%
BLUE value IS 38 (15.23% from 255) = 8.07%
R=44.80%
G=47.13%
B=8.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211222380.0500.830.1363.5973.650.98
HexD3DE265053D404a33
Octal32333646501231510011263
Binary110100111101111010011010101010011110110000001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DE26; }

 p { color: rgb(211,222,38); }

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

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

 a { background-color: rgb(211,222,38); }

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

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

 span { border-color: rgb(211,222,38); }

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