Html Css Color HEX #D8DC35 Bitter Lemon

📋 copy color: '#D8DC35'

red 216 ◦ green 220 ◦ blue 53

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

Shades of Bitter Lemon #D8DC35

Tints of Bitter Lemon #D8DC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.84%

R = 44.17%
G = 44.99%
B = 10.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#D8DC35 (or 0xD8DC35) is known color: Bitter Lemon. HEX triplet: D8, DC and 35. RGB value is (216,220,53). Sum of RGB (Red+Green+Blue) = 216+220+53=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC35 is #2723CA. Grayscale: #C8C8C8. Windows color (decimal): -2565067 or 3529944. OLE color: 3529944.

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

Color convert

RGB 216 220 53 -
CMYK 0.02 0 0.76 0.14
HSL 61.44º 0.7% 0.54% -
HSV(B) 61.44º 0.76% 0.86% -
XYZ 54.55 66.04 13.24 -
YUV 199.77 45.17 139.58 -
System Red Green Blue C M Y K H S L
Decimal 216 220 53 0.02 0 0.76 0.14 61.44 0.7 0.54
Hex D8 DC 35 2 0 4C E 3D 46 36
Octal 330 334 65 2 0 114 16 75 106 66
Binary 11011000 11011100 110101 10 0 1001100 1110 111101 1000110 110110

Color Harmonies of #D8DC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC35

Black with #D8DC35

Text Example


Text Example

White with #D8DC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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