Html Css Color HEX #D5DD29 Bitter Lemon

📋 copy color: '#D5DD29'

red 213 ◦ green 221 ◦ blue 41

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

Shades of Bitter Lemon #D5DD29

Tints of Bitter Lemon #D5DD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.63%

R = 44.84%
G = 46.53%
B = 8.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#D5DD29 (or 0xD5DD29) is known color: Bitter Lemon. HEX triplet: D5, DD and 29. RGB value is (213,221,41). Sum of RGB (Red+Green+Blue) = 213+221+41=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD29 is #2A22D6. Grayscale: #C6C6C6. Windows color (decimal): -2761431 or 2743765. OLE color: 2743765.

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

Color convert

RGB 213 221 41 -
CMYK 0.04 0 0.81 0.13
HSL 62.67º 0.73% 0.51% -
HSV(B) 62.67º 0.81% 0.87% -
XYZ 53.7 66.02 12.01 -
YUV 198.09 39.35 138.64 -
System Red Green Blue C M Y K H S L
Decimal 213 221 41 0.04 0 0.81 0.13 62.67 0.73 0.51
Hex D5 DD 29 4 0 51 D 3F 49 33
Octal 325 335 51 4 0 121 15 77 111 63
Binary 11010101 11011101 101001 100 0 1010001 1101 111111 1001001 110011

Color Harmonies of #D5DD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD29

Black with #D5DD29

Text Example


Text Example

White with #D5DD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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