Html Css Color HEX #D5DD33 Bitter Lemon

📋 copy color: '#D5DD33'

red 213 ◦ green 221 ◦ blue 51

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

Shades of Bitter Lemon #D5DD33

Tints of Bitter Lemon #D5DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.52%

R = 43.92%
G = 45.57%
B = 10.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#D5DD33 (or 0xD5DD33) is known color: Bitter Lemon. HEX triplet: D5, DD and 33. RGB value is (213,221,51). Sum of RGB (Red+Green+Blue) = 213+221+51=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD33 is #2A22CC. Grayscale: #C7C7C7. Windows color (decimal): -2761421 or 3399125. OLE color: 3399125.

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

Color convert

RGB 213 221 51 -
CMYK 0.04 0 0.77 0.13
HSL 62.82º 0.71% 0.53% -
HSV(B) 62.82º 0.77% 0.87% -
XYZ 53.89 66.1 13.05 -
YUV 199.23 44.35 137.82 -
System Red Green Blue C M Y K H S L
Decimal 213 221 51 0.04 0 0.77 0.13 62.82 0.71 0.53
Hex D5 DD 33 4 0 4D D 3F 47 35
Octal 325 335 63 4 0 115 15 77 107 65
Binary 11010101 11011101 110011 100 0 1001101 1101 111111 1000111 110101

Color Harmonies of #D5DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD33

Black with #D5DD33

Text Example


Text Example

White with #D5DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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