Html Css Color HEX #D6D72C Bitter Lemon

📋 copy color: '#D6D72C'

red 214 ◦ green 215 ◦ blue 44

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

Shades of Bitter Lemon #D6D72C

Tints of Bitter Lemon #D6D72C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.45%

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

R = 45.24%
G = 45.45%
B = 9.3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6D72C (or 0xD6D72C) is known color: Bitter Lemon. HEX triplet: D6, D7 and 2C. RGB value is (214,215,44). Sum of RGB (Red+Green+Blue) = 214+215+44=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D72C is #2928D3. Grayscale: #C3C3C3. Windows color (decimal): -2697428 or 2938838. OLE color: 2938838.

HSL color Cylindrical-coordinate representation of color #D6D72C: hue angle of 60.35º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6D72C is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 215 44 -
CMYK 0.00 0 0.80 0.16
HSL 60.35º 0.68% 0.51% -
HSV(B) 60.35º 0.8% 0.84% -
XYZ 52.49 63.08 11.79 -
YUV 195.21 42.67 141.4 -
System Red Green Blue C M Y K H S L
Decimal 214 215 44 0.00 0 0.80 0.16 60.35 0.68 0.51
Hex D6 D7 2C 0 0 50 10 3C 44 33
Octal 326 327 54 0 0 120 20 74 104 63
Binary 11010110 11010111 101100 0 0 1010000 10000 111100 1000100 110011

Color Harmonies of #D6D72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D72C

Black with #D6D72C

Text Example


Text Example

White with #D6D72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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