#CDD533

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

Shades of Bitter Lemon #CDD533

Tints of Bitter Lemon #CDD533

Color information

#CDD533 (or 0xCDD533) is unknown color: approx Bitter Lemon. HEX triplet: CD, D5 and 33. RGB value is (205,213,51). Sum of RGB (Red+Green+Blue) = 205+213+51=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD533 is #322ACC. Grayscale: #C0C0C0. Windows color (decimal): -3287757 or 3397069. OLE color: 3397069.

HSL color Cylindrical-coordinate representation of color #CDD533: hue angle of 62.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD533 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB20521351-
CMYK0.0400.760.16
HSL62.96º65.85%51.76%-
HSV(B)62.96º76.06%83.53%-
XYZ49.5760.8112.26-
YUV192.1448.35137.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 213 (83.59% from 255) = 45.42%
BLUE value IS 51 (20.31% from 255) = 10.87%
R=43.71%
G=45.42%
B=10.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205213510.0400.760.1662.9665.8551.76
HexCDD533404C103f4234
Octal3153256340114207710264
Binary110011011101010111001110001001100100001111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD533; }

 p { color: rgb(205,213,51); }

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

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

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

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

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

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

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