Html Css Color HEX #D6D12E Bitter Lemon

📋 copy color: '#D6D12E'

red 214 ◦ green 209 ◦ blue 46

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

Shades of Bitter Lemon #D6D12E

Tints of Bitter Lemon #D6D12E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.56%

 BLUE value IS 46 (18.36% from 255) = 9.81%

R = 45.63%
G = 44.56%
B = 9.81%

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

#D6D12E (or 0xD6D12E) is known color: Bitter Lemon. HEX triplet: D6, D1 and 2E. RGB value is (214,209,46). Sum of RGB (Red+Green+Blue) = 214+209+46=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D12E is #292ED1. Grayscale: #C0C0C0. Windows color (decimal): -2698962 or 3068374. OLE color: 3068374.

HSL color Cylindrical-coordinate representation of color #D6D12E: hue angle of 58.21º 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 #D6D12E is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 209 46 -
CMYK 0 0.02 0.79 0.16
HSL 58.21º 0.67% 0.51% -
HSV(B) 58.21º 0.79% 0.84% -
XYZ 51.03 60.09 11.49 -
YUV 191.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 214 209 46 0 0.02 0.79 0.16 58.21 0.67 0.51
Hex D6 D1 2E 0 2 4F 10 3A 43 33
Octal 326 321 56 0 2 117 20 72 103 63
Binary 11010110 11010001 101110 0 10 1001111 10000 111010 1000011 110011

Color Harmonies of #D6D12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D12E

Black with #D6D12E

Text Example


Text Example

White with #D6D12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D12E; }

 p { color: rgb(214,209,46); }

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

background-color css

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

 a { background-color: rgb(214,209,46); }

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

border-color css

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

 span { border-color: rgb(214,209,46); }

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