#CCDD2A

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

Shades of Pear #CCDD2A

Tints of Pear #CCDD2A

Color information

#CCDD2A (or 0xCCDD2A) is unknown color: approx Pear. HEX triplet: CC, DD and 2A. RGB value is (204,221,42). Sum of RGB (Red+Green+Blue) = 204+221+42=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD2A is #3322D5. Grayscale: #C4C4C4. Windows color (decimal): -3351254 or 2809292. OLE color: 2809292.

HSL color Cylindrical-coordinate representation of color #CCDD2A: hue angle of 65.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCDD2A is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB20422142-
CMYK0.0800.810.13
HSL65.7º72.47%51.57%-
HSV(B)65.7º81%86.67%-
XYZ51.1864.7211.98-
YUV195.5141.37134.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 221 (86.72% from 255) = 47.32%
BLUE value IS 42 (16.80% from 255) = 8.99%
R=43.68%
G=47.32%
B=8.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204221420.0800.810.1365.772.4751.57
HexCCDD2A8051D424834
Octal314335521001211510211064
Binary1100110011011101101010100001010001110110000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD2A; }

 p { color: rgb(204,221,42); }

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

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

 a { background-color: rgb(204,221,42); }

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

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

 span { border-color: rgb(204,221,42); }

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