Html Css Color HEX #D8D22C Bitter Lemon

📋 copy color: '#D8D22C'

red 216 ◦ green 210 ◦ blue 44

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

Shades of Bitter Lemon #D8D22C

Tints of Bitter Lemon #D8D22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.36%

R = 45.96%
G = 44.68%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8D22C (or 0xD8D22C) is known color: Bitter Lemon. HEX triplet: D8, D2 and 2C. RGB value is (216,210,44). Sum of RGB (Red+Green+Blue) = 216+210+44=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D22C is #272DD3. Grayscale: #C1C1C1. Windows color (decimal): -2567636 or 2937560. OLE color: 2937560.

HSL color Cylindrical-coordinate representation of color #D8D22C: hue angle of 57.91º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8D22C is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 210 44 -
CMYK 0 0.03 0.80 0.15
HSL 57.91º 0.69% 0.51% -
HSV(B) 57.91º 0.8% 0.85% -
XYZ 51.82 60.87 11.4 -
YUV 192.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 216 210 44 0 0.03 0.80 0.15 57.91 0.69 0.51
Hex D8 D2 2C 0 3 50 F 3A 45 33
Octal 330 322 54 0 3 120 17 72 105 63
Binary 11011000 11010010 101100 0 11 1010000 1111 111010 1000101 110011

Color Harmonies of #D8D22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D22C

Black with #D8D22C

Text Example


Text Example

White with #D8D22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D22C; }

 p { color: rgb(216,210,44); }

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

background-color css

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

 a { background-color: rgb(216,210,44); }

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

border-color css

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

 span { border-color: rgb(216,210,44); }

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