Html Css Color HEX #D5DC22 Bitter Lemon

📋 copy color: '#D5DC22'

red 213 ◦ green 220 ◦ blue 34

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

Shades of Bitter Lemon #D5DC22

Tints of Bitter Lemon #D5DC22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.28%

R = 45.61%
G = 47.11%
B = 7.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#D5DC22 (or 0xD5DC22) is known color: Bitter Lemon. HEX triplet: D5, DC and 22. RGB value is (213,220,34). Sum of RGB (Red+Green+Blue) = 213+220+34=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC22 is #2A23DD. Grayscale: #C5C5C5. Windows color (decimal): -2761694 or 2284757. OLE color: 2284757.

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

Color convert

RGB 213 220 34 -
CMYK 0.03 0 0.85 0.14
HSL 62.26º 0.73% 0.5% -
HSV(B) 62.26º 0.85% 0.86% -
XYZ 53.32 65.45 11.34 -
YUV 196.7 36.18 139.62 -
System Red Green Blue C M Y K H S L
Decimal 213 220 34 0.03 0 0.85 0.14 62.26 0.73 0.5
Hex D5 DC 22 3 0 55 E 3E 49 32
Octal 325 334 42 3 0 125 16 76 111 62
Binary 11010101 11011100 100010 11 0 1010101 1110 111110 1001001 110010

Color Harmonies of #D5DC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC22

Black with #D5DC22

Text Example


Text Example

White with #D5DC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC22; }

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

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

background-color css

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

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

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

border-color css

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

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

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