#D0D92A

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

Shades of Bitter Lemon #D0D92A

Tints of Bitter Lemon #D0D92A

Color information

#D0D92A (or 0xD0D92A) is unknown color: approx Bitter Lemon. HEX triplet: D0, D9 and 2A. RGB value is (208,217,42). Sum of RGB (Red+Green+Blue) = 208+217+42=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D92A is #2F26D5. Grayscale: #C3C3C3. Windows color (decimal): -3090134 or 2808272. OLE color: 2808272.

HSL color Cylindrical-coordinate representation of color #D0D92A: hue angle of 63.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0D92A is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB20821742-
CMYK0.0400.810.15
HSL63.09º69.72%50.78%-
HSV(B)63.09º80.65%85.1%-
XYZ51.2463.211.69-
YUV194.3642.02137.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 217 (85.16% from 255) = 46.47%
BLUE value IS 42 (16.80% from 255) = 8.99%
R=44.54%
G=46.47%
B=8.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208217420.0400.810.1563.0969.7250.78
HexD0D92A4051F3f4633
Octal3203315240121177710663
Binary11010000110110011010101000101000111111111111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D92A; }

 p { color: rgb(208,217,42); }

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

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

 a { background-color: rgb(208,217,42); }

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

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

 span { border-color: rgb(208,217,42); }

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