#CCDD33

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

Shades of Pear #CCDD33

Tints of Pear #CCDD33

Color information

#CCDD33 (or 0xCCDD33) is unknown color: approx Pear. HEX triplet: CC, DD and 33. RGB value is (204,221,51). Sum of RGB (Red+Green+Blue) = 204+221+51=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD33 is #3322CC. Grayscale: #C5C5C5. Windows color (decimal): -3351245 or 3399116. OLE color: 3399116.

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

Color convert

RGB20422151-
CMYK0.0800.770.13
HSL66º71.43%53.33%-
HSV(B)66º76.92%86.67%-
XYZ51.3664.7912.93-
YUV196.5445.87133.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 51 (20.31% from 255) = 10.71%
R=42.86%
G=46.43%
B=10.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204221510.0800.770.136671.4353.33
HexCCDD33804DD424735
Octal314335631001151510210765
Binary1100110011011101110011100001001101110110000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD33; }

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

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

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

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

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

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

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

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