#DADC1D

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

Shades of Bitter Lemon #DADC1D

Tints of Bitter Lemon #DADC1D

Color information

#DADC1D (or 0xDADC1D) is unknown color: approx Bitter Lemon. HEX triplet: DA, DC and 1D. RGB value is (218,220,29). Sum of RGB (Red+Green+Blue) = 218+220+29=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC1D is #2523E2. Grayscale: #C6C6C6. Windows color (decimal): -2434019 or 1957082. OLE color: 1957082.

HSL color Cylindrical-coordinate representation of color #DADC1D: hue angle of 60.63º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DADC1D is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB21822029-
CMYK0.0100.870.14
HSL60.63º76.71%48.82%-
HSV(B)60.63º86.82%86.27%-
XYZ54.7366.1811.05-
YUV197.6332.84142.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.68%
GREEN value IS 220 (86.33% from 255) = 47.11%
BLUE value IS 29 (11.72% from 255) = 6.21%
R=46.68%
G=47.11%
B=6.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218220290.0100.870.1460.6376.7148.82
HexDADC1D1057E3d4d31
Octal3323343510127167511561
Binary11011010110111001110110101011111101111011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC1D; }

 p { color: rgb(218,220,29); }

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

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

 a { background-color: rgb(218,220,29); }

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

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

 span { border-color: rgb(218,220,29); }

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