Html Css Color HEX #D6D42E Bitter Lemon

📋 copy color: '#D6D42E'

red 214 ◦ green 212 ◦ blue 46

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

Shades of Bitter Lemon #D6D42E

Tints of Bitter Lemon #D6D42E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

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

R = 45.34%
G = 44.92%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6D42E (or 0xD6D42E) is known color: Bitter Lemon. HEX triplet: D6, D4 and 2E. RGB value is (214,212,46). Sum of RGB (Red+Green+Blue) = 214+212+46=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D42E is #292BD1. Grayscale: #C2C2C2. Windows color (decimal): -2698194 or 3069142. OLE color: 3069142.

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

Color convert

RGB 214 212 46 -
CMYK 0 0.01 0.79 0.16
HSL 59.29º 0.67% 0.51% -
HSV(B) 59.29º 0.79% 0.84% -
XYZ 51.77 61.58 11.74 -
YUV 193.67 44.66 142.5 -
System Red Green Blue C M Y K H S L
Decimal 214 212 46 0 0.01 0.79 0.16 59.29 0.67 0.51
Hex D6 D4 2E 0 1 4F 10 3B 43 33
Octal 326 324 56 0 1 117 20 73 103 63
Binary 11010110 11010100 101110 0 1 1001111 10000 111011 1000011 110011

Color Harmonies of #D6D42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D42E

Black with #D6D42E

Text Example


Text Example

White with #D6D42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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