Html Css Color HEX #D6DD26 Bitter Lemon

📋 copy color: '#D6DD26'

red 214 ◦ green 221 ◦ blue 38

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

Shades of Bitter Lemon #D6DD26

Tints of Bitter Lemon #D6DD26

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.72%

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

R = 45.24%
G = 46.72%
B = 8.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#D6DD26 (or 0xD6DD26) is known color: Bitter Lemon. HEX triplet: D6, DD and 26. RGB value is (214,221,38). Sum of RGB (Red+Green+Blue) = 214+221+38=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD26 is #2922D9. Grayscale: #C6C6C6. Windows color (decimal): -2695898 or 2547158. OLE color: 2547158.

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

Color convert

RGB 214 221 38 -
CMYK 0.03 0 0.83 0.13
HSL 62.3º 0.73% 0.51% -
HSV(B) 62.3º 0.83% 0.87% -
XYZ 53.94 66.15 11.76 -
YUV 198.05 37.68 139.38 -
System Red Green Blue C M Y K H S L
Decimal 214 221 38 0.03 0 0.83 0.13 62.3 0.73 0.51
Hex D6 DD 26 3 0 53 D 3E 49 33
Octal 326 335 46 3 0 123 15 76 111 63
Binary 11010110 11011101 100110 11 0 1010011 1101 111110 1001001 110011

Color Harmonies of #D6DD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD26

Black with #D6DD26

Text Example


Text Example

White with #D6DD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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