Html Css Color HEX #D6D22D Bitter Lemon

📋 copy color: '#D6D22D'

red 214 ◦ green 210 ◦ blue 45

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

Shades of Bitter Lemon #D6D22D

Tints of Bitter Lemon #D6D22D

RGB

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

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

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

R = 45.63%
G = 44.78%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6D22D (or 0xD6D22D) is known color: Bitter Lemon. HEX triplet: D6, D2 and 2D. RGB value is (214,210,45). Sum of RGB (Red+Green+Blue) = 214+210+45=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D22D is #292DD2. Grayscale: #C1C1C1. Windows color (decimal): -2698707 or 3003094. OLE color: 3003094.

HSL color Cylindrical-coordinate representation of color #D6D22D: hue angle of 58.58º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6D22D is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 210 45 -
CMYK 0 0.02 0.79 0.16
HSL 58.58º 0.67% 0.51% -
HSV(B) 58.58º 0.79% 0.84% -
XYZ 51.25 60.58 11.47 -
YUV 192.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 214 210 45 0 0.02 0.79 0.16 58.58 0.67 0.51
Hex D6 D2 2D 0 2 4F 10 3B 43 33
Octal 326 322 55 0 2 117 20 73 103 63
Binary 11010110 11010010 101101 0 10 1001111 10000 111011 1000011 110011

Color Harmonies of #D6D22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D22D

Black with #D6D22D

Text Example


Text Example

White with #D6D22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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