Html Css Color HEX #D8DC3C Bitter Lemon

📋 copy color: '#D8DC3C'

red 216 ◦ green 220 ◦ blue 60

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

Shades of Bitter Lemon #D8DC3C

Tints of Bitter Lemon #D8DC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.1%

R = 43.55%
G = 44.35%
B = 12.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#D8DC3C (or 0xD8DC3C) is known color: Bitter Lemon. HEX triplet: D8, DC and 3C. RGB value is (216,220,60). Sum of RGB (Red+Green+Blue) = 216+220+60=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC3C is #2723C3. Grayscale: #C9C9C9. Windows color (decimal): -2565060 or 3988696. OLE color: 3988696.

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

Color convert

RGB 216 220 60 -
CMYK 0.02 0 0.73 0.14
HSL 61.5º 0.7% 0.55% -
HSV(B) 61.5º 0.73% 0.86% -
XYZ 54.73 66.11 14.15 -
YUV 200.56 48.67 139.01 -
System Red Green Blue C M Y K H S L
Decimal 216 220 60 0.02 0 0.73 0.14 61.5 0.7 0.55
Hex D8 DC 3C 2 0 49 E 3E 46 37
Octal 330 334 74 2 0 111 16 76 106 67
Binary 11011000 11011100 111100 10 0 1001001 1110 111110 1000110 110111

Color Harmonies of #D8DC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC3C

Black with #D8DC3C

Text Example


Text Example

White with #D8DC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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