Html Css Color HEX #D4DD34 Bitter Lemon

📋 copy color: '#D4DD34'

red 212 ◦ green 221 ◦ blue 52

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

Shades of Bitter Lemon #D4DD34

Tints of Bitter Lemon #D4DD34

RGB

 RED value IS 212 (83.2% from 255) = 43.71%

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

 BLUE value IS 52 (20.7% from 255) = 10.72%

R = 43.71%
G = 45.57%
B = 10.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#D4DD34 (or 0xD4DD34) is known color: Bitter Lemon. HEX triplet: D4, DD and 34. RGB value is (212,221,52). Sum of RGB (Red+Green+Blue) = 212+221+52=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD34 is #2B22CB. Grayscale: #C7C7C7. Windows color (decimal): -2826956 or 3464660. OLE color: 3464660.

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

Color convert

RGB 212 221 52 -
CMYK 0.04 0 0.76 0.13
HSL 63.2º 0.71% 0.54% -
HSV(B) 63.2º 0.76% 0.87% -
XYZ 53.63 65.96 13.15 -
YUV 199.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 212 221 52 0.04 0 0.76 0.13 63.2 0.71 0.54
Hex D4 DD 34 4 0 4C D 3F 47 36
Octal 324 335 64 4 0 114 15 77 107 66
Binary 11010100 11011101 110100 100 0 1001100 1101 111111 1000111 110110

Color Harmonies of #D4DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD34

Black with #D4DD34

Text Example


Text Example

White with #D4DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD34; }

 p { color: rgb(212,221,52); }

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

background-color css

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

 a { background-color: rgb(212,221,52); }

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

border-color css

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

 span { border-color: rgb(212,221,52); }

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