Html Css Color HEX #D6DC26 Bitter Lemon

📋 copy color: '#D6DC26'

red 214 ◦ green 220 ◦ blue 38

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

Shades of Bitter Lemon #D6DC26

Tints of Bitter Lemon #D6DC26

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.61%

 BLUE value IS 38 (15.23% from 255) = 8.05%

R = 45.34%
G = 46.61%
B = 8.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#D6DC26 (or 0xD6DC26) is known color: Bitter Lemon. HEX triplet: D6, DC and 26. RGB value is (214,220,38). Sum of RGB (Red+Green+Blue) = 214+220+38=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC26 is #2923D9. Grayscale: #C6C6C6. Windows color (decimal): -2696154 or 2546902. OLE color: 2546902.

HSL color Cylindrical-coordinate representation of color #D6DC26: hue angle of 61.98º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6DC26 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 38 -
CMYK 0.03 0 0.83 0.14
HSL 61.98º 0.72% 0.51% -
HSV(B) 61.98º 0.83% 0.86% -
XYZ 53.67 65.62 11.67 -
YUV 197.46 38.01 139.8 -
System Red Green Blue C M Y K H S L
Decimal 214 220 38 0.03 0 0.83 0.14 61.98 0.72 0.51
Hex D6 DC 26 3 0 53 E 3E 48 33
Octal 326 334 46 3 0 123 16 76 110 63
Binary 11010110 11011100 100110 11 0 1010011 1110 111110 1001000 110011

Color Harmonies of #D6DC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC26

Black with #D6DC26

Text Example


Text Example

White with #D6DC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC26; }

 p { color: rgb(214,220,38); }

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

background-color css

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

 a { background-color: rgb(214,220,38); }

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

border-color css

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

 span { border-color: rgb(214,220,38); }

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