Html Css Color HEX #D4DC46 Bitter Lemon

📋 copy color: '#D4DC46'

red 212 ◦ green 220 ◦ blue 70

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

Shades of Bitter Lemon #D4DC46

Tints of Bitter Lemon #D4DC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.94%

R = 42.23%
G = 43.82%
B = 13.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#D4DC46 (or 0xD4DC46) is known color: Bitter Lemon. HEX triplet: D4, DC and 46. RGB value is (212,220,70). Sum of RGB (Red+Green+Blue) = 212+220+70=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC46 is #2B23B9. Grayscale: #C9C9C9. Windows color (decimal): -2827194 or 4644052. OLE color: 4644052.

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

Color convert

RGB 212 220 70 -
CMYK 0.04 0 0.68 0.14
HSL 63.2º 0.68% 0.57% -
HSV(B) 63.2º 0.68% 0.86% -
XYZ 53.85 65.63 15.62 -
YUV 200.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 212 220 70 0.04 0 0.68 0.14 63.2 0.68 0.57
Hex D4 DC 46 4 0 44 E 3F 44 39
Octal 324 334 106 4 0 104 16 77 104 71
Binary 11010100 11011100 1000110 100 0 1000100 1110 111111 1000100 111001

Color Harmonies of #D4DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC46

Black with #D4DC46

Text Example


Text Example

White with #D4DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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