#CDD335

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

Shades of Bitter Lemon #CDD335

Tints of Bitter Lemon #CDD335

Color information

#CDD335 (or 0xCDD335) is unknown color: approx Bitter Lemon. HEX triplet: CD, D3 and 35. RGB value is (205,211,53). Sum of RGB (Red+Green+Blue) = 205+211+53=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD335 is #322CCA. Grayscale: #BFBFBF. Windows color (decimal): -3288267 or 3527629. OLE color: 3527629.

HSL color Cylindrical-coordinate representation of color #CDD335: hue angle of 62.28º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDD335 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB20521153-
CMYK0.0300.750.17
HSL62.28º64.23%51.76%-
HSV(B)62.28º74.88%82.75%-
XYZ49.1159.8212.33-
YUV191.1950.01137.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 211 (82.81% from 255) = 44.99%
BLUE value IS 53 (21.09% from 255) = 11.30%
R=43.71%
G=44.99%
B=11.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205211530.0300.750.1762.2864.2351.76
HexCDD335304B113e4034
Octal3153236530113217610064
Binary11001101110100111101011101001011100011111101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD335; }

 p { color: rgb(205,211,53); }

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

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

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

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

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

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

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