#CDCD32

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

Shades of Bitter Lemon #CDCD32

Tints of Bitter Lemon #CDCD32

Color information

#CDCD32 (or 0xCDCD32) is unknown color: approx Bitter Lemon. HEX triplet: CD, CD and 32. RGB value is (205,205,50). Sum of RGB (Red+Green+Blue) = 205+205+50=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD32 is #3232CD. Grayscale: #BBBBBB. Windows color (decimal): -3289806 or 3329485. OLE color: 3329485.

HSL color Cylindrical-coordinate representation of color #CDCD32: hue angle of 60º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDCD32 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20520550-
CMYK000.760.20
HSL60º60.78%50%-
HSV(B)60º75.61%80.39%-
XYZ47.5856.8711.49-
YUV187.3350.5140.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 205 (80.47% from 255) = 44.57%
BLUE value IS 50 (19.92% from 255) = 10.87%
R=44.57%
G=44.57%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520550000.760.206060.7850
HexCDCD32004C143c3d32
Octal315315620011424747562
Binary110011011100110111001000100110010100111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD32; }

 p { color: rgb(205,205,50); }

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

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

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

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

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

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

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