Html Css Color HEX #D9DD25 Bitter Lemon

📋 copy color: '#D9DD25'

red 217 ◦ green 221 ◦ blue 37

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

Shades of Bitter Lemon #D9DD25

Tints of Bitter Lemon #D9DD25

RGB

 RED value IS 217 (85.16% from 255) = 45.68%

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

 BLUE value IS 37 (14.84% from 255) = 7.79%

R = 45.68%
G = 46.53%
B = 7.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#D9DD25 (or 0xD9DD25) is known color: Bitter Lemon. HEX triplet: D9, DD and 25. RGB value is (217,221,37). Sum of RGB (Red+Green+Blue) = 217+221+37=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD25 is #2622DA. Grayscale: #C7C7C7. Windows color (decimal): -2499291 or 2481625. OLE color: 2481625.

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

Color convert

RGB 217 221 37 -
CMYK 0.02 0 0.83 0.13
HSL 61.3º 0.73% 0.51% -
HSV(B) 61.3º 0.83% 0.87% -
XYZ 54.81 66.6 11.72 -
YUV 198.83 36.67 140.96 -
System Red Green Blue C M Y K H S L
Decimal 217 221 37 0.02 0 0.83 0.13 61.3 0.73 0.51
Hex D9 DD 25 2 0 53 D 3D 49 33
Octal 331 335 45 2 0 123 15 75 111 63
Binary 11011001 11011101 100101 10 0 1010011 1101 111101 1001001 110011

Color Harmonies of #D9DD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD25

Black with #D9DD25

Text Example


Text Example

White with #D9DD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD25; }

 p { color: rgb(217,221,37); }

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

background-color css

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

 a { background-color: rgb(217,221,37); }

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

border-color css

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

 span { border-color: rgb(217,221,37); }

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