Html Css Color HEX #D6DC3F Bitter Lemon

📋 copy color: '#D6DC3F'

red 214 ◦ green 220 ◦ blue 63

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

Shades of Bitter Lemon #D6DC3F

Tints of Bitter Lemon #D6DC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.68%

R = 43.06%
G = 44.27%
B = 12.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#D6DC3F (or 0xD6DC3F) is known color: Bitter Lemon. HEX triplet: D6, DC and 3F. RGB value is (214,220,63). Sum of RGB (Red+Green+Blue) = 214+220+63=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC3F is #2923C0. Grayscale: #C8C8C8. Windows color (decimal): -2696129 or 4185302. OLE color: 4185302.

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

Color convert

RGB 214 220 63 -
CMYK 0.03 0 0.71 0.14
HSL 62.29º 0.69% 0.55% -
HSV(B) 62.29º 0.71% 0.86% -
XYZ 54.22 65.84 14.55 -
YUV 200.31 50.51 137.77 -
System Red Green Blue C M Y K H S L
Decimal 214 220 63 0.03 0 0.71 0.14 62.29 0.69 0.55
Hex D6 DC 3F 3 0 47 E 3E 45 37
Octal 326 334 77 3 0 107 16 76 105 67
Binary 11010110 11011100 111111 11 0 1000111 1110 111110 1000101 110111

Color Harmonies of #D6DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC3F

Black with #D6DC3F

Text Example


Text Example

White with #D6DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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