Html Css Color HEX #D6E03C Bitter Lemon

📋 copy color: '#D6E03C'

red 214 ◦ green 224 ◦ blue 60

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

Shades of Bitter Lemon #D6E03C

Tints of Bitter Lemon #D6E03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.05%

R = 42.97%
G = 44.98%
B = 12.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#D6E03C (or 0xD6E03C) is known color: Bitter Lemon. HEX triplet: D6, E0 and 3C. RGB value is (214,224,60). Sum of RGB (Red+Green+Blue) = 214+224+60=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E03C is #291FC3. Grayscale: #CACACA. Windows color (decimal): -2695108 or 3989718. OLE color: 3989718.

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

Color convert

RGB 214 224 60 -
CMYK 0.04 0 0.73 0.12
HSL 63.66º 0.73% 0.56% -
HSV(B) 63.66º 0.73% 0.88% -
XYZ 55.2 67.93 14.48 -
YUV 202.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 214 224 60 0.04 0 0.73 0.12 63.66 0.73 0.56
Hex D6 E0 3C 4 0 49 C 40 49 38
Octal 326 340 74 4 0 111 14 100 111 70
Binary 11010110 11100000 111100 100 0 1001001 1100 1000000 1001001 111000

Color Harmonies of #D6E03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E03C

Black with #D6E03C

Text Example


Text Example

White with #D6E03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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