#D0D134

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

Shades of Bitter Lemon #D0D134

Tints of Bitter Lemon #D0D134

Color information

#D0D134 (or 0xD0D134) is unknown color: approx Bitter Lemon. HEX triplet: D0, D1 and 34. RGB value is (208,209,52). Sum of RGB (Red+Green+Blue) = 208+209+52=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D134 is #2F2ECB. Grayscale: #BFBFBF. Windows color (decimal): -3092172 or 3461584. OLE color: 3461584.

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

Color convert

RGB20820952-
CMYK0.0000.750.18
HSL60.38º63.05%51.18%-
HSV(B)60.38º75.12%81.96%-
XYZ49.4359.2612.08-
YUV190.849.67140.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 209 (82.03% from 255) = 44.56%
BLUE value IS 52 (20.70% from 255) = 11.09%
R=44.35%
G=44.56%
B=11.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208209520.0000.750.1860.3863.0551.18
HexD0D134004B123c3f33
Octal320321640011322747763
Binary110100001101000111010000100101110010111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D134; }

 p { color: rgb(208,209,52); }

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

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

 a { background-color: rgb(208,209,52); }

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

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

 span { border-color: rgb(208,209,52); }

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