#DCDF30

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

Shades of Bitter Lemon #DCDF30

Tints of Bitter Lemon #DCDF30

Color information

#DCDF30 (or 0xDCDF30) is unknown color: approx Bitter Lemon. HEX triplet: DC, DF and 30. RGB value is (220,223,48). Sum of RGB (Red+Green+Blue) = 220+223+48=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF30 is #2320CF. Grayscale: #CACACA. Windows color (decimal): -2302160 or 3203036. OLE color: 3203036.

HSL color Cylindrical-coordinate representation of color #DCDF30: hue angle of 61.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCDF30 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB22022348-
CMYK0.0100.780.13
HSL61.03º73.22%53.14%-
HSV(B)61.03º78.48%87.45%-
XYZ56.4468.212.99-
YUV202.1541.01140.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 223 (87.5% from 255) = 45.42%
BLUE value IS 48 (19.14% from 255) = 9.78%
R=44.81%
G=45.42%
B=9.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220223480.0100.780.1361.0373.2253.14
HexDCDF30104ED3d4935
Octal3343376010116157511165
Binary110111001101111111000010100111011011111011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF30; }

 p { color: rgb(220,223,48); }

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

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

 a { background-color: rgb(220,223,48); }

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

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

 span { border-color: rgb(220,223,48); }

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