#DAD12D

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

Shades of Bitter Lemon #DAD12D

Tints of Bitter Lemon #DAD12D

Color information

#DAD12D (or 0xDAD12D) is unknown color: approx Bitter Lemon. HEX triplet: DA, D1 and 2D. RGB value is (218,209,45). Sum of RGB (Red+Green+Blue) = 218+209+45=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD12D is #252ED2. Grayscale: #C1C1C1. Windows color (decimal): -2436819 or 3002842. OLE color: 3002842.

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

Color convert

RGB21820945-
CMYK00.040.790.15
HSL56.88º70.04%51.57%-
HSV(B)56.88º79.36%85.49%-
XYZ52.1960.711.45-
YUV19344.48145.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 209 (82.03% from 255) = 44.28%
BLUE value IS 45 (17.97% from 255) = 9.53%
R=46.19%
G=44.28%
B=9.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182094500.040.790.1556.8870.0451.57
HexDAD12D044FF394634
Octal3323215504117177110664
Binary11011010110100011011010100100111111111110011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD12D; }

 p { color: rgb(218,209,45); }

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

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

 a { background-color: rgb(218,209,45); }

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

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

 span { border-color: rgb(218,209,45); }

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