Html Css Color HEX #D5DC28 Bitter Lemon

📋 copy color: '#D5DC28'

red 213 ◦ green 220 ◦ blue 40

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

Shades of Bitter Lemon #D5DC28

Tints of Bitter Lemon #D5DC28

RGB

 RED value IS 213 (83.59% from 255) = 45.03%

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

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

R = 45.03%
G = 46.51%
B = 8.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#D5DC28 (or 0xD5DC28) is known color: Bitter Lemon. HEX triplet: D5, DC and 28. RGB value is (213,220,40). Sum of RGB (Red+Green+Blue) = 213+220+40=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC28 is #2A23D7. Grayscale: #C6C6C6. Windows color (decimal): -2761688 or 2677973. OLE color: 2677973.

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

Color convert

RGB 213 220 40 -
CMYK 0.03 0 0.82 0.14
HSL 62.33º 0.72% 0.51% -
HSV(B) 62.33º 0.82% 0.86% -
XYZ 53.42 65.49 11.83 -
YUV 197.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 213 220 40 0.03 0 0.82 0.14 62.33 0.72 0.51
Hex D5 DC 28 3 0 52 E 3E 48 33
Octal 325 334 50 3 0 122 16 76 110 63
Binary 11010101 11011100 101000 11 0 1010010 1110 111110 1001000 110011

Color Harmonies of #D5DC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC28

Black with #D5DC28

Text Example


Text Example

White with #D5DC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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