Html Css Color HEX #DCDA28 Bitter Lemon

📋 copy color: '#DCDA28'

red 220 ◦ green 218 ◦ blue 40

#DCDA28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #DCDA28

Tints of Bitter Lemon #DCDA28

RGB

 RED value IS 220 (86.33% from 255) = 46.03%

 GREEN value IS 218 (85.55% from 255) = 45.61%

 BLUE value IS 40 (16.02% from 255) = 8.37%

R = 46.03%
G = 45.61%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCDA28 (or 0xDCDA28) is known color: Bitter Lemon. HEX triplet: DC, DA and 28. RGB value is (220,218,40). Sum of RGB (Red+Green+Blue) = 220+218+40=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA28 is #2325D7. Grayscale: #C7C7C7. Windows color (decimal): -2303448 or 2677468. OLE color: 2677468.

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

Color convert

RGB 220 218 40 -
CMYK 0 0.01 0.82 0.14
HSL 59.33º 0.72% 0.51% -
HSV(B) 59.33º 0.82% 0.86% -
XYZ 54.97 65.51 11.76 -
YUV 198.31 38.66 143.47 -
System Red Green Blue C M Y K H S L
Decimal 220 218 40 0 0.01 0.82 0.14 59.33 0.72 0.51
Hex DC DA 28 0 1 52 E 3B 48 33
Octal 334 332 50 0 1 122 16 73 110 63
Binary 11011100 11011010 101000 0 1 1010010 1110 111011 1001000 110011

Color Harmonies of #DCDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA28

Black with #DCDA28

Text Example


Text Example

White with #DCDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA28; }

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

 H1.HeaderClassName
 {
   color: #DCDA28;
 }
 .AnyTagClassName
 {
   color: #DCDA28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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