Html Css Color HEX #D2DC28 Bitter Lemon

📋 copy color: '#D2DC28'

red 210 ◦ green 220 ◦ blue 40

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

Shades of Bitter Lemon #D2DC28

Tints of Bitter Lemon #D2DC28

RGB

 RED value IS 210 (82.42% from 255) = 44.68%

 GREEN value IS 220 (86.33% from 255) = 46.81%

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

R = 44.68%
G = 46.81%
B = 8.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#D2DC28 (or 0xD2DC28) is known color: Bitter Lemon. HEX triplet: D2, DC and 28. RGB value is (210,220,40). Sum of RGB (Red+Green+Blue) = 210+220+40=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC28 is #2D23D7. Grayscale: #C5C5C5. Windows color (decimal): -2958296 or 2677970. OLE color: 2677970.

HSL color Cylindrical-coordinate representation of color #D2DC28: hue angle of 63.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 #D2DC28 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 40 -
CMYK 0.05 0 0.82 0.14
HSL 63.33º 0.72% 0.51% -
HSV(B) 63.33º 0.82% 0.86% -
XYZ 52.55 65.04 11.79 -
YUV 196.49 39.69 137.64 -
System Red Green Blue C M Y K H S L
Decimal 210 220 40 0.05 0 0.82 0.14 63.33 0.72 0.51
Hex D2 DC 28 5 0 52 E 3F 48 33
Octal 322 334 50 5 0 122 16 77 110 63
Binary 11010010 11011100 101000 101 0 1010010 1110 111111 1001000 110011

Color Harmonies of #D2DC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC28

Black with #D2DC28

Text Example


Text Example

White with #D2DC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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