Html Css Color HEX #D6D821 Bitter Lemon

📋 copy color: '#D6D821'

red 214 ◦ green 216 ◦ blue 33

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

Shades of Bitter Lemon #D6D821

Tints of Bitter Lemon #D6D821

RGB

 RED value IS 214 (83.98% from 255) = 46.22%

 GREEN value IS 216 (84.77% from 255) = 46.65%

 BLUE value IS 33 (13.28% from 255) = 7.13%

R = 46.22%
G = 46.65%
B = 7.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D6D821 (or 0xD6D821) is known color: Bitter Lemon. HEX triplet: D6, D8 and 21. RGB value is (214,216,33). Sum of RGB (Red+Green+Blue) = 214+216+33=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D821 is #2927DE. Grayscale: #C3C3C3. Windows color (decimal): -2697183 or 2218198. OLE color: 2218198.

HSL color Cylindrical-coordinate representation of color #D6D821: hue angle of 60.66º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6D821 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 216 33 -
CMYK 0.01 0 0.85 0.15
HSL 60.66º 0.73% 0.49% -
HSV(B) 60.66º 0.85% 0.85% -
XYZ 52.56 63.52 10.93 -
YUV 194.54 36.84 141.88 -
System Red Green Blue C M Y K H S L
Decimal 214 216 33 0.01 0 0.85 0.15 60.66 0.73 0.49
Hex D6 D8 21 1 0 55 F 3D 49 31
Octal 326 330 41 1 0 125 17 75 111 61
Binary 11010110 11011000 100001 1 0 1010101 1111 111101 1001001 110001

Color Harmonies of #D6D821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D821

Black with #D6D821

Text Example


Text Example

White with #D6D821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D821; }

 p { color: rgb(214,216,33); }

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

background-color css

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

 a { background-color: rgb(214,216,33); }

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

border-color css

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

 span { border-color: rgb(214,216,33); }

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