Html Css Color HEX #D8D22D Bitter Lemon

📋 copy color: '#D8D22D'

red 216 ◦ green 210 ◦ blue 45

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

Shades of Bitter Lemon #D8D22D

Tints of Bitter Lemon #D8D22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.55%

R = 45.86%
G = 44.59%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8D22D (or 0xD8D22D) is known color: Bitter Lemon. HEX triplet: D8, D2 and 2D. RGB value is (216,210,45). Sum of RGB (Red+Green+Blue) = 216+210+45=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D22D is #272DD2. Grayscale: #C1C1C1. Windows color (decimal): -2567635 or 3003096. OLE color: 3003096.

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

Color convert

RGB 216 210 45 -
CMYK 0 0.03 0.79 0.15
HSL 57.89º 0.69% 0.51% -
HSV(B) 57.89º 0.79% 0.85% -
XYZ 51.84 60.88 11.5 -
YUV 192.98 44.49 144.42 -
System Red Green Blue C M Y K H S L
Decimal 216 210 45 0 0.03 0.79 0.15 57.89 0.69 0.51
Hex D8 D2 2D 0 3 4F F 3A 45 33
Octal 330 322 55 0 3 117 17 72 105 63
Binary 11011000 11010010 101101 0 11 1001111 1111 111010 1000101 110011

Color Harmonies of #D8D22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D22D

Black with #D8D22D

Text Example


Text Example

White with #D8D22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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