#d0d230

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

Shades of Bitter Lemon #D0D230

Tints of Bitter Lemon #D0D230

Color information

#D0D230 (or 0xD0D230) is unknown color: approx Bitter Lemon. HEX triplet: D0, D2 and 30. RGB value is (208,210,48). Sum of RGB (Red+Green+Blue) = 208+210+48=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D230 is #2F2DCF. Grayscale: #BFBFBF. Windows color (decimal): -3091920 or 3199696. OLE color: 3199696.

HSL color Cylindrical-coordinate representation of color #D0D230: hue angle of 60.74º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0D230 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB20821048-
CMYK0.0100.770.18
HSL60.74º64.29%50.59%-
HSV(B)60.74º77.14%82.35%-
XYZ49.5959.7211.71-
YUV190.9347.34140.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.64%
GREEN value IS 210 (82.42% from 255) = 45.06%
BLUE value IS 48 (19.14% from 255) = 10.30%
R=44.64%
G=45.06%
B=10.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208210480.0100.770.1860.7464.2950.59
HexD0D230104D123d4033
Octal3203226010115227510063
Binary1101000011010010110000101001101100101111011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0d230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0d230; }

 p { color: rgb(208,210,48); }

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

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

 a { background-color: rgb(208,210,48); }

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

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

 span { border-color: rgb(208,210,48); }

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