Html Css Color HEX #D6D42F Bitter Lemon

📋 copy color: '#D6D42F'

red 214 ◦ green 212 ◦ blue 47

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

Shades of Bitter Lemon #D6D42F

Tints of Bitter Lemon #D6D42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.94%

R = 45.24%
G = 44.82%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6D42F (or 0xD6D42F) is known color: Bitter Lemon. HEX triplet: D6, D4 and 2F. RGB value is (214,212,47). Sum of RGB (Red+Green+Blue) = 214+212+47=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D42F is #292BD0. Grayscale: #C2C2C2. Windows color (decimal): -2698193 or 3134678. OLE color: 3134678.

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

Color convert

RGB 214 212 47 -
CMYK 0 0.01 0.78 0.16
HSL 59.28º 0.67% 0.51% -
HSV(B) 59.28º 0.78% 0.84% -
XYZ 51.79 61.59 11.85 -
YUV 193.79 45.16 142.42 -
System Red Green Blue C M Y K H S L
Decimal 214 212 47 0 0.01 0.78 0.16 59.28 0.67 0.51
Hex D6 D4 2F 0 1 4E 10 3B 43 33
Octal 326 324 57 0 1 116 20 73 103 63
Binary 11010110 11010100 101111 0 1 1001110 10000 111011 1000011 110011

Color Harmonies of #D6D42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D42F

Black with #D6D42F

Text Example


Text Example

White with #D6D42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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