#CDDD2A

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

Shades of Pear #CDDD2A

Tints of Pear #CDDD2A

Color information

#CDDD2A (or 0xCDDD2A) is unknown color: approx Pear. HEX triplet: CD, DD and 2A. RGB value is (205,221,42). Sum of RGB (Red+Green+Blue) = 205+221+42=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD2A is #3222D5. Grayscale: #C4C4C4. Windows color (decimal): -3285718 or 2809293. OLE color: 2809293.

HSL color Cylindrical-coordinate representation of color #CDDD2A: hue angle of 65.36º 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 #CDDD2A is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB20522142-
CMYK0.0700.810.13
HSL65.36º72.47%51.57%-
HSV(B)65.36º81%86.67%-
XYZ51.4564.8612-
YUV195.8141.2134.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 221 (86.72% from 255) = 47.22%
BLUE value IS 42 (16.80% from 255) = 8.97%
R=43.80%
G=47.22%
B=8.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205221420.0700.810.1365.3672.4751.57
HexCDDD2A7051D414834
Octal31533552701211510111064
Binary110011011101110110101011101010001110110000011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD2A; }

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

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

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

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

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

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

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

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