#DDF934

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

Shades of Pear #DDF934

Tints of Pear #DDF934

Color information

#DDF934 (or 0xDDF934) is unknown color: approx Pear. HEX triplet: DD, F9 and 34. RGB value is (221,249,52). Sum of RGB (Red+Green+Blue) = 221+249+52=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 52 (20.70% from 255 or 9.96% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF934 is #2206CB. Grayscale: #DADADA. Windows color (decimal): -2229964 or 3471837. OLE color: 3471837.

HSL color Cylindrical-coordinate representation of color #DDF934: hue angle of 68.53º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDF934 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB22124952-
CMYK0.1100.790.02
HSL68.53º94.26%59.02%-
HSV(B)68.53º79.12%97.65%-
XYZ64.3183.3715.95-
YUV218.1734.22130.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 249 (97.66% from 255) = 47.70%
BLUE value IS 52 (20.70% from 255) = 9.96%
R=42.34%
G=47.70%
B=9.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221249520.1100.790.0268.5394.2659.02
HexDDF934B04F2455e3b
Octal33537164130117210513673
Binary11011101111110011101001011010011111010001011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF934; }

 p { color: rgb(221,249,52); }

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

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

 a { background-color: rgb(221,249,52); }

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

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

 span { border-color: rgb(221,249,52); }

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