#DDF322

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

Shades of Pear #DDF322

Tints of Pear #DDF322

Color information

#DDF322 (or 0xDDF322) is unknown color: approx Pear. HEX triplet: DD, F3 and 22. RGB value is (221,243,34). Sum of RGB (Red+Green+Blue) = 221+243+34=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 34 (13.67% from 255 or 6.83% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF322 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF322 is #220CDD. Grayscale: #D5D5D5. Windows color (decimal): -2231518 or 2290653. OLE color: 2290653.

HSL color Cylindrical-coordinate representation of color #DDF322: hue angle of 66.32º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDF322 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB22124334-
CMYK0.0900.860.05
HSL66.32º89.7%54.31%-
HSV(B)66.32º86.01%95.29%-
XYZ62.1679.5913.6-
YUV212.627.21133.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 243 (95.31% from 255) = 48.80%
BLUE value IS 34 (13.67% from 255) = 6.83%
R=44.38%
G=48.80%
B=6.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221243340.0900.860.0566.3289.754.31
HexDDF32290565425a36
Octal33536342110126510213266
Binary110111011111001110001010010101011010110000101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF322; }

 p { color: rgb(221,243,34); }

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

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

 a { background-color: rgb(221,243,34); }

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

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

 span { border-color: rgb(221,243,34); }

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