Html Css Color HEX #D3DD30 Bitter Lemon

📋 copy color: '#D3DD30'

red 211 ◦ green 221 ◦ blue 48

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

Shades of Bitter Lemon #D3DD30

Tints of Bitter Lemon #D3DD30

RGB

 RED value IS 211 (82.81% from 255) = 43.96%

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

 BLUE value IS 48 (19.14% from 255) = 10%

R = 43.96%
G = 46.04%
B = 10%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#D3DD30 (or 0xD3DD30) is known color: Bitter Lemon. HEX triplet: D3, DD and 30. RGB value is (211,221,48). Sum of RGB (Red+Green+Blue) = 211+221+48=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 48 (19.14% from 255 or 10% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD30 is #2C22CF. Grayscale: #C6C6C6. Windows color (decimal): -2892496 or 3202515. OLE color: 3202515.

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

Color convert

RGB 211 221 48 -
CMYK 0.05 0 0.78 0.13
HSL 63.47º 0.72% 0.53% -
HSV(B) 63.47º 0.78% 0.87% -
XYZ 53.25 65.78 12.69 -
YUV 198.29 43.19 137.07 -
System Red Green Blue C M Y K H S L
Decimal 211 221 48 0.05 0 0.78 0.13 63.47 0.72 0.53
Hex D3 DD 30 5 0 4E D 3F 48 35
Octal 323 335 60 5 0 116 15 77 110 65
Binary 11010011 11011101 110000 101 0 1001110 1101 111111 1001000 110101

Color Harmonies of #D3DD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DD30

Black with #D3DD30

Text Example


Text Example

White with #D3DD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DD30; }

 p { color: rgb(211,221,48); }

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

background-color css

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

 a { background-color: rgb(211,221,48); }

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

border-color css

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

 span { border-color: rgb(211,221,48); }

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