Html Css Color HEX #D6DD1B Bitter Lemon

📋 copy color: '#D6DD1B'

red 214 ◦ green 221 ◦ blue 27

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

Shades of Bitter Lemon #D6DD1B

Tints of Bitter Lemon #D6DD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.84%

R = 46.32%
G = 47.84%
B = 5.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#D6DD1B (or 0xD6DD1B) is known color: Bitter Lemon. HEX triplet: D6, DD and 1B. RGB value is (214,221,27). Sum of RGB (Red+Green+Blue) = 214+221+27=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD1B is #2922E4. Grayscale: #C5C5C5. Windows color (decimal): -2695909 or 1826262. OLE color: 1826262.

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

Color convert

RGB 214 221 27 -
CMYK 0.03 0 0.88 0.13
HSL 62.16º 0.78% 0.49% -
HSV(B) 62.16º 0.88% 0.87% -
XYZ 53.79 66.09 10.96 -
YUV 196.79 32.18 140.27 -
System Red Green Blue C M Y K H S L
Decimal 214 221 27 0.03 0 0.88 0.13 62.16 0.78 0.49
Hex D6 DD 1B 3 0 58 D 3E 4E 31
Octal 326 335 33 3 0 130 15 76 116 61
Binary 11010110 11011101 11011 11 0 1011000 1101 111110 1001110 110001

Color Harmonies of #D6DD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD1B

Black with #D6DD1B

Text Example


Text Example

White with #D6DD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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