Html Css Color HEX #D6E03F Bitter Lemon

📋 copy color: '#D6E03F'

red 214 ◦ green 224 ◦ blue 63

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

Shades of Bitter Lemon #D6E03F

Tints of Bitter Lemon #D6E03F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.71%

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

R = 42.71%
G = 44.71%
B = 12.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D6E03F (or 0xD6E03F) is known color: Bitter Lemon. HEX triplet: D6, E0 and 3F. RGB value is (214,224,63). Sum of RGB (Red+Green+Blue) = 214+224+63=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E03F is #291FC0. Grayscale: #CBCBCB. Windows color (decimal): -2695105 or 4186326. OLE color: 4186326.

HSL color Cylindrical-coordinate representation of color #D6E03F: hue angle of 63.73º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6E03F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 63 -
CMYK 0.04 0 0.72 0.12
HSL 63.73º 0.72% 0.56% -
HSV(B) 63.73º 0.72% 0.88% -
XYZ 55.28 67.97 14.91 -
YUV 202.66 49.19 136.09 -
System Red Green Blue C M Y K H S L
Decimal 214 224 63 0.04 0 0.72 0.12 63.73 0.72 0.56
Hex D6 E0 3F 4 0 48 C 40 48 38
Octal 326 340 77 4 0 110 14 100 110 70
Binary 11010110 11100000 111111 100 0 1001000 1100 1000000 1001000 111000

Color Harmonies of #D6E03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E03F

Black with #D6E03F

Text Example


Text Example

White with #D6E03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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