Html Css Color HEX #D6DF2A Bitter Lemon

📋 copy color: '#D6DF2A'

red 214 ◦ green 223 ◦ blue 42

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

Shades of Bitter Lemon #D6DF2A

Tints of Bitter Lemon #D6DF2A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.56%

 BLUE value IS 42 (16.8% from 255) = 8.77%

R = 44.68%
G = 46.56%
B = 8.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#D6DF2A (or 0xD6DF2A) is known color: Bitter Lemon. HEX triplet: D6, DF and 2A. RGB value is (214,223,42). Sum of RGB (Red+Green+Blue) = 214+223+42=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DF2A is #2920D5. Grayscale: #C8C8C8. Windows color (decimal): -2695382 or 2809814. OLE color: 2809814.

HSL color Cylindrical-coordinate representation of color #D6DF2A: hue angle of 62.98º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6DF2A is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 42 -
CMYK 0.04 0 0.81 0.13
HSL 62.98º 0.74% 0.52% -
HSV(B) 62.98º 0.81% 0.87% -
XYZ 54.54 67.24 12.29 -
YUV 199.68 39.02 138.22 -
System Red Green Blue C M Y K H S L
Decimal 214 223 42 0.04 0 0.81 0.13 62.98 0.74 0.52
Hex D6 DF 2A 4 0 51 D 3F 4A 34
Octal 326 337 52 4 0 121 15 77 112 64
Binary 11010110 11011111 101010 100 0 1010001 1101 111111 1001010 110100

Color Harmonies of #D6DF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DF2A

Black with #D6DF2A

Text Example


Text Example

White with #D6DF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DF2A; }

 p { color: rgb(214,223,42); }

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

background-color css

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

 a { background-color: rgb(214,223,42); }

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

border-color css

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

 span { border-color: rgb(214,223,42); }

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