#CDDC2B

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

Shades of Bitter Lemon #CDDC2B

Tints of Bitter Lemon #CDDC2B

Color information

#CDDC2B (or 0xCDDC2B) is unknown color: approx Bitter Lemon. HEX triplet: CD, DC and 2B. RGB value is (205,220,43). Sum of RGB (Red+Green+Blue) = 205+220+43=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC2B is #3223D4. Grayscale: #C4C4C4. Windows color (decimal): -3285973 or 2874573. OLE color: 2874573.

HSL color Cylindrical-coordinate representation of color #CDDC2B: hue angle of 65.08º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDDC2B is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB20522043-
CMYK0.0700.800.14
HSL65.08º71.66%51.57%-
HSV(B)65.08º80.45%86.27%-
XYZ51.2164.3412.01-
YUV195.3442.03134.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 220 (86.33% from 255) = 47.01%
BLUE value IS 43 (17.19% from 255) = 9.19%
R=43.80%
G=47.01%
B=9.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205220430.0700.800.1465.0871.6651.57
HexCDDC2B7050E414834
Octal31533453701201610111064
Binary110011011101110010101111101010000111010000011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC2B; }

 p { color: rgb(205,220,43); }

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

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

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

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

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

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

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