#DDED26

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

Shades of Pear #DDED26

Tints of Pear #DDED26

Color information

#DDED26 (or 0xDDED26) is unknown color: approx Pear. HEX triplet: DD, ED and 26. RGB value is (221,237,38). Sum of RGB (Red+Green+Blue) = 221+237+38=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 38 (15.23% from 255 or 7.66% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED26 is #2212D9. Grayscale: #D2D2D2. Windows color (decimal): -2233050 or 2551261. OLE color: 2551261.

HSL color Cylindrical-coordinate representation of color #DDED26: hue angle of 64.82º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDED26 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB22123738-
CMYK0.0700.840.07
HSL64.82º84.68%53.92%-
HSV(B)64.82º83.97%92.94%-
XYZ60.4576.0813.33-
YUV209.5331.2136.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 237 (92.97% from 255) = 47.78%
BLUE value IS 38 (15.23% from 255) = 7.66%
R=44.56%
G=47.78%
B=7.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221237380.0700.840.0764.8284.6853.92
HexDDED2670547415536
Octal3353554670124710112566
Binary11011101111011011001101110101010011110000011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED26; }

 p { color: rgb(221,237,38); }

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

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

 a { background-color: rgb(221,237,38); }

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

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

 span { border-color: rgb(221,237,38); }

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