Html Css Color HEX #D5DD1C Bitter Lemon

📋 copy color: '#D5DD1C'

red 213 ◦ green 221 ◦ blue 28

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

Shades of Bitter Lemon #D5DD1C

Tints of Bitter Lemon #D5DD1C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.84%

 BLUE value IS 28 (11.33% from 255) = 6.06%

R = 46.1%
G = 47.84%
B = 6.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#D5DD1C (or 0xD5DD1C) is known color: Bitter Lemon. HEX triplet: D5, DD and 1C. RGB value is (213,221,28). Sum of RGB (Red+Green+Blue) = 213+221+28=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD1C is #2A22E3. Grayscale: #C5C5C5. Windows color (decimal): -2761444 or 1891797. OLE color: 1891797.

HSL color Cylindrical-coordinate representation of color #D5DD1C: hue angle of 62.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5DD1C is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 28 -
CMYK 0.04 0 0.87 0.13
HSL 62.49º 0.78% 0.49% -
HSV(B) 62.49º 0.87% 0.87% -
XYZ 53.51 65.94 11.01 -
YUV 196.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 213 221 28 0.04 0 0.87 0.13 62.49 0.78 0.49
Hex D5 DD 1C 4 0 57 D 3E 4E 31
Octal 325 335 34 4 0 127 15 76 116 61
Binary 11010101 11011101 11100 100 0 1010111 1101 111110 1001110 110001

Color Harmonies of #D5DD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD1C

Black with #D5DD1C

Text Example


Text Example

White with #D5DD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD1C; }

 p { color: rgb(213,221,28); }

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

background-color css

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

 a { background-color: rgb(213,221,28); }

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

border-color css

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

 span { border-color: rgb(213,221,28); }

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