#DCDA1F

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

Shades of Bitter Lemon #DCDA1F

Tints of Bitter Lemon #DCDA1F

Color information

#DCDA1F (or 0xDCDA1F) is unknown color: approx Bitter Lemon. HEX triplet: DC, DA and 1F. RGB value is (220,218,31). Sum of RGB (Red+Green+Blue) = 220+218+31=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA1F is #2325E0. Grayscale: #C6C6C6. Windows color (decimal): -2303457 or 2087644. OLE color: 2087644.

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

Color convert

RGB22021831-
CMYK00.010.860.14
HSL59.37º75.3%49.22%-
HSV(B)59.37º85.91%86.27%-
XYZ54.8365.4611.04-
YUV197.2834.16144.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 218 (85.55% from 255) = 46.48%
BLUE value IS 31 (12.5% from 255) = 6.61%
R=46.91%
G=46.48%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202183100.010.860.1459.3775.349.22
HexDCDA1F0156E3b4b31
Octal3343323701126167311361
Binary11011100110110101111101101011011101110111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA1F; }

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

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

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

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

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

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

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

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