Html Css Color HEX #D6D42C Bitter Lemon

📋 copy color: '#D6D42C'

red 214 ◦ green 212 ◦ blue 44

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

Shades of Bitter Lemon #D6D42C

Tints of Bitter Lemon #D6D42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.36%

R = 45.53%
G = 45.11%
B = 9.36%

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

#D6D42C (or 0xD6D42C) is known color: Bitter Lemon. HEX triplet: D6, D4 and 2C. RGB value is (214,212,44). Sum of RGB (Red+Green+Blue) = 214+212+44=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D42C is #292BD3. Grayscale: #C2C2C2. Windows color (decimal): -2698196 or 2938070. OLE color: 2938070.

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

Color convert

RGB 214 212 44 -
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.73 61.56 11.54 -
YUV 193.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 214 212 44 0 0.01 0.79 0.16 59.29 0.67 0.51
Hex D6 D4 2C 0 1 4F 10 3B 43 33
Octal 326 324 54 0 1 117 20 73 103 63
Binary 11010110 11010100 101100 0 1 1001111 10000 111011 1000011 110011

Color Harmonies of #D6D42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D42C

Black with #D6D42C

Text Example


Text Example

White with #D6D42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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