#DAD02D

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

Shades of Bitter Lemon #DAD02D

Tints of Bitter Lemon #DAD02D

Color information

#DAD02D (or 0xDAD02D) is unknown color: approx Bitter Lemon. HEX triplet: DA, D0 and 2D. RGB value is (218,208,45). Sum of RGB (Red+Green+Blue) = 218+208+45=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD02D is #252FD2. Grayscale: #C1C1C1. Windows color (decimal): -2437075 or 3002586. OLE color: 3002586.

HSL color Cylindrical-coordinate representation of color #DAD02D: hue angle of 56.53º 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 #DAD02D is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB21820845-
CMYK00.050.790.15
HSL56.53º70.04%51.57%-
HSV(B)56.53º79.36%85.49%-
XYZ51.9460.2111.37-
YUV192.4144.81146.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 45 (17.97% from 255) = 9.55%
R=46.28%
G=44.16%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182084500.050.790.1556.5370.0451.57
HexDAD02D054FF394634
Octal3323205505117177110664
Binary11011010110100001011010101100111111111110011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD02D; }

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

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

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

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

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

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

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

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