Html Css Color HEX #D5DD22 Bitter Lemon

📋 copy color: '#D5DD22'

red 213 ◦ green 221 ◦ blue 34

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

Shades of Bitter Lemon #D5DD22

Tints of Bitter Lemon #D5DD22

RGB

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

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

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

R = 45.51%
G = 47.22%
B = 7.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#D5DD22 (or 0xD5DD22) is known color: Bitter Lemon. HEX triplet: D5, DD and 22. RGB value is (213,221,34). Sum of RGB (Red+Green+Blue) = 213+221+34=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD22 is #2A22DD. Grayscale: #C6C6C6. Windows color (decimal): -2761438 or 2285013. OLE color: 2285013.

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

Color convert

RGB 213 221 34 -
CMYK 0.04 0 0.85 0.13
HSL 62.57º 0.73% 0.5% -
HSV(B) 62.57º 0.85% 0.87% -
XYZ 53.59 65.97 11.42 -
YUV 197.29 35.85 139.21 -
System Red Green Blue C M Y K H S L
Decimal 213 221 34 0.04 0 0.85 0.13 62.57 0.73 0.5
Hex D5 DD 22 4 0 55 D 3F 49 32
Octal 325 335 42 4 0 125 15 77 111 62
Binary 11010101 11011101 100010 100 0 1010101 1101 111111 1001001 110010

Color Harmonies of #D5DD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD22

Black with #D5DD22

Text Example


Text Example

White with #D5DD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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