Html Css Color HEX #D4DC48 Bitter Lemon

📋 copy color: '#D4DC48'

red 212 ◦ green 220 ◦ blue 72

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

Shades of Bitter Lemon #D4DC48

Tints of Bitter Lemon #D4DC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.29%

R = 42.06%
G = 43.65%
B = 14.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#D4DC48 (or 0xD4DC48) is known color: Bitter Lemon. HEX triplet: D4, DC and 48. RGB value is (212,220,72). Sum of RGB (Red+Green+Blue) = 212+220+72=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC48 is #2B23B7. Grayscale: #C9C9C9. Windows color (decimal): -2827192 or 4775124. OLE color: 4775124.

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

Color convert

RGB 212 220 72 -
CMYK 0.04 0 0.67 0.14
HSL 63.24º 0.68% 0.57% -
HSV(B) 63.24º 0.67% 0.86% -
XYZ 53.91 65.65 15.96 -
YUV 200.74 55.35 136.03 -
System Red Green Blue C M Y K H S L
Decimal 212 220 72 0.04 0 0.67 0.14 63.24 0.68 0.57
Hex D4 DC 48 4 0 43 E 3F 44 39
Octal 324 334 110 4 0 103 16 77 104 71
Binary 11010100 11011100 1001000 100 0 1000011 1110 111111 1000100 111001

Color Harmonies of #D4DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC48

Black with #D4DC48

Text Example


Text Example

White with #D4DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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