Html Css Color HEX #D4DC44 Bitter Lemon

📋 copy color: '#D4DC44'

red 212 ◦ green 220 ◦ blue 68

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

Shades of Bitter Lemon #D4DC44

Tints of Bitter Lemon #D4DC44

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 68 (26.95% from 255) = 13.6%

R = 42.4%
G = 44%
B = 13.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#D4DC44 (or 0xD4DC44) is known color: Bitter Lemon. HEX triplet: D4, DC and 44. RGB value is (212,220,68). Sum of RGB (Red+Green+Blue) = 212+220+68=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC44 is #2B23BB. Grayscale: #C8C8C8. Windows color (decimal): -2827196 or 4512980. OLE color: 4512980.

HSL color Cylindrical-coordinate representation of color #D4DC44: hue angle of 63.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4DC44 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 68 -
CMYK 0.04 0 0.69 0.14
HSL 63.16º 0.68% 0.56% -
HSV(B) 63.16º 0.69% 0.86% -
XYZ 53.79 65.6 15.3 -
YUV 200.28 53.35 136.36 -
System Red Green Blue C M Y K H S L
Decimal 212 220 68 0.04 0 0.69 0.14 63.16 0.68 0.56
Hex D4 DC 44 4 0 45 E 3F 44 38
Octal 324 334 104 4 0 105 16 77 104 70
Binary 11010100 11011100 1000100 100 0 1000101 1110 111111 1000100 111000

Color Harmonies of #D4DC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC44

Black with #D4DC44

Text Example


Text Example

White with #D4DC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC44; }

 p { color: rgb(212,220,68); }

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

background-color css

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

 a { background-color: rgb(212,220,68); }

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

border-color css

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

 span { border-color: rgb(212,220,68); }

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