Html Css Color HEX #D5DC2C Bitter Lemon

📋 copy color: '#D5DC2C'

red 213 ◦ green 220 ◦ blue 44

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

Shades of Bitter Lemon #D5DC2C

Tints of Bitter Lemon #D5DC2C

RGB

 RED value IS 213 (83.59% from 255) = 44.65%

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

 BLUE value IS 44 (17.58% from 255) = 9.22%

R = 44.65%
G = 46.12%
B = 9.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#D5DC2C (or 0xD5DC2C) is known color: Bitter Lemon. HEX triplet: D5, DC and 2C. RGB value is (213,220,44). Sum of RGB (Red+Green+Blue) = 213+220+44=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC2C is #2A23D3. Grayscale: #C6C6C6. Windows color (decimal): -2761684 or 2940117. OLE color: 2940117.

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

Color convert

RGB 213 220 44 -
CMYK 0.03 0 0.8 0.14
HSL 62.39º 0.72% 0.52% -
HSV(B) 62.39º 0.8% 0.86% -
XYZ 53.49 65.51 12.21 -
YUV 197.84 41.18 138.81 -
System Red Green Blue C M Y K H S L
Decimal 213 220 44 0.03 0 0.8 0.14 62.39 0.72 0.52
Hex D5 DC 2C 3 0 50 E 3E 48 34
Octal 325 334 54 3 0 120 16 76 110 64
Binary 11010101 11011100 101100 11 0 1010000 1110 111110 1001000 110100

Color Harmonies of #D5DC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC2C

Black with #D5DC2C

Text Example


Text Example

White with #D5DC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC2C; }

 p { color: rgb(213,220,44); }

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

background-color css

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

 a { background-color: rgb(213,220,44); }

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

border-color css

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

 span { border-color: rgb(213,220,44); }

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