Html Css Color HEX #D6DC23 Bitter Lemon

📋 copy color: '#D6DC23'

red 214 ◦ green 220 ◦ blue 35

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

Shades of Bitter Lemon #D6DC23

Tints of Bitter Lemon #D6DC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.46%

R = 45.63%
G = 46.91%
B = 7.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#D6DC23 (or 0xD6DC23) is known color: Bitter Lemon. HEX triplet: D6, DC and 23. RGB value is (214,220,35). Sum of RGB (Red+Green+Blue) = 214+220+35=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC23 is #2923DC. Grayscale: #C5C5C5. Windows color (decimal): -2696157 or 2350294. OLE color: 2350294.

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

Color convert

RGB 214 220 35 -
CMYK 0.03 0 0.84 0.14
HSL 61.95º 0.73% 0.5% -
HSV(B) 61.95º 0.84% 0.86% -
XYZ 53.63 65.6 11.43 -
YUV 197.12 36.51 140.04 -
System Red Green Blue C M Y K H S L
Decimal 214 220 35 0.03 0 0.84 0.14 61.95 0.73 0.5
Hex D6 DC 23 3 0 54 E 3E 49 32
Octal 326 334 43 3 0 124 16 76 111 62
Binary 11010110 11011100 100011 11 0 1010100 1110 111110 1001001 110010

Color Harmonies of #D6DC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC23

Black with #D6DC23

Text Example


Text Example

White with #D6DC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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