#D0D633

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

Shades of Bitter Lemon #D0D633

Tints of Bitter Lemon #D0D633

Color information

#D0D633 (or 0xD0D633) is unknown color: approx Bitter Lemon. HEX triplet: D0, D6 and 33. RGB value is (208,214,51). Sum of RGB (Red+Green+Blue) = 208+214+51=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 51 (20.31% from 255 or 10.78% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D633 is #2F29CC. Grayscale: #C2C2C2. Windows color (decimal): -3090893 or 3397328. OLE color: 3397328.

HSL color Cylindrical-coordinate representation of color #D0D633: hue angle of 62.21º degrees, saturation: 0.67, 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 #D0D633 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB20821451-
CMYK0.0300.760.16
HSL62.21º66.53%51.96%-
HSV(B)62.21º76.17%83.92%-
XYZ50.6661.7412.38-
YUV193.6247.51138.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 214 (83.98% from 255) = 45.24%
BLUE value IS 51 (20.31% from 255) = 10.78%
R=43.97%
G=45.24%
B=10.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208214510.0300.760.1662.2166.5351.96
HexD0D633304C103e4334
Octal3203266330114207610364
Binary11010000110101101100111101001100100001111101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D633; }

 p { color: rgb(208,214,51); }

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

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

 a { background-color: rgb(208,214,51); }

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

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

 span { border-color: rgb(208,214,51); }

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