Html Css Color HEX #D6DD27 Bitter Lemon

📋 copy color: '#D6DD27'

red 214 ◦ green 221 ◦ blue 39

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

Shades of Bitter Lemon #D6DD27

Tints of Bitter Lemon #D6DD27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.23%

R = 45.15%
G = 46.62%
B = 8.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#D6DD27 (or 0xD6DD27) is known color: Bitter Lemon. HEX triplet: D6, DD and 27. RGB value is (214,221,39). Sum of RGB (Red+Green+Blue) = 214+221+39=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 39 (15.62% from 255 or 8.23% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD27 is #2922D8. Grayscale: #C6C6C6. Windows color (decimal): -2695897 or 2612694. OLE color: 2612694.

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

Color convert

RGB 214 221 39 -
CMYK 0.03 0 0.82 0.13
HSL 62.31º 0.73% 0.51% -
HSV(B) 62.31º 0.82% 0.87% -
XYZ 53.95 66.16 11.85 -
YUV 198.16 38.18 139.3 -
System Red Green Blue C M Y K H S L
Decimal 214 221 39 0.03 0 0.82 0.13 62.31 0.73 0.51
Hex D6 DD 27 3 0 52 D 3E 49 33
Octal 326 335 47 3 0 122 15 76 111 63
Binary 11010110 11011101 100111 11 0 1010010 1101 111110 1001001 110011

Color Harmonies of #D6DD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD27

Black with #D6DD27

Text Example


Text Example

White with #D6DD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD27; }

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

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

background-color css

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

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

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

border-color css

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

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

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