Html Css Color HEX #D4DC3C Bitter Lemon

📋 copy color: '#D4DC3C'

red 212 ◦ green 220 ◦ blue 60

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

Shades of Bitter Lemon #D4DC3C

Tints of Bitter Lemon #D4DC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.2%

R = 43.09%
G = 44.72%
B = 12.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#D4DC3C (or 0xD4DC3C) is known color: Bitter Lemon. HEX triplet: D4, DC and 3C. RGB value is (212,220,60). Sum of RGB (Red+Green+Blue) = 212+220+60=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC3C is #2B23C3. Grayscale: #C7C7C7. Windows color (decimal): -2827204 or 3988692. OLE color: 3988692.

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

Color convert

RGB 212 220 60 -
CMYK 0.04 0 0.73 0.14
HSL 63º 0.7% 0.55% -
HSV(B) 63º 0.73% 0.86% -
XYZ 53.56 65.51 14.1 -
YUV 199.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 212 220 60 0.04 0 0.73 0.14 63 0.7 0.55
Hex D4 DC 3C 4 0 49 E 3F 46 37
Octal 324 334 74 4 0 111 16 77 106 67
Binary 11010100 11011100 111100 100 0 1001001 1110 111111 1000110 110111

Color Harmonies of #D4DC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC3C

Black with #D4DC3C

Text Example


Text Example

White with #D4DC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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