Html Css Color HEX #D8DC2A Bitter Lemon

📋 copy color: '#D8DC2A'

red 216 ◦ green 220 ◦ blue 42

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

Shades of Bitter Lemon #D8DC2A

Tints of Bitter Lemon #D8DC2A

RGB

 RED value IS 216 (84.77% from 255) = 45.19%

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

 BLUE value IS 42 (16.8% from 255) = 8.79%

R = 45.19%
G = 46.03%
B = 8.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#D8DC2A (or 0xD8DC2A) is known color: Bitter Lemon. HEX triplet: D8, DC and 2A. RGB value is (216,220,42). Sum of RGB (Red+Green+Blue) = 216+220+42=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC2A is #2723D5. Grayscale: #C7C7C7. Windows color (decimal): -2565078 or 2809048. OLE color: 2809048.

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

Color convert

RGB 216 220 42 -
CMYK 0.02 0 0.81 0.14
HSL 61.35º 0.72% 0.51% -
HSV(B) 61.35º 0.81% 0.86% -
XYZ 54.33 65.95 12.06 -
YUV 198.51 39.67 140.47 -
System Red Green Blue C M Y K H S L
Decimal 216 220 42 0.02 0 0.81 0.14 61.35 0.72 0.51
Hex D8 DC 2A 2 0 51 E 3D 48 33
Octal 330 334 52 2 0 121 16 75 110 63
Binary 11011000 11011100 101010 10 0 1010001 1110 111101 1001000 110011

Color Harmonies of #D8DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC2A

Black with #D8DC2A

Text Example


Text Example

White with #D8DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC2A; }

 p { color: rgb(216,220,42); }

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

background-color css

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

 a { background-color: rgb(216,220,42); }

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

border-color css

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

 span { border-color: rgb(216,220,42); }

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