Html Css Color HEX #D5DC46 Bitter Lemon

📋 copy color: '#D5DC46'

red 213 ◦ green 220 ◦ blue 70

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

Shades of Bitter Lemon #D5DC46

Tints of Bitter Lemon #D5DC46

RGB

 RED value IS 213 (83.59% from 255) = 42.35%

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

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

R = 42.35%
G = 43.74%
B = 13.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#D5DC46 (or 0xD5DC46) is known color: Bitter Lemon. HEX triplet: D5, DC and 46. RGB value is (213,220,70). Sum of RGB (Red+Green+Blue) = 213+220+70=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC46 is #2A23B9. Grayscale: #C9C9C9. Windows color (decimal): -2761658 or 4644053. OLE color: 4644053.

HSL color Cylindrical-coordinate representation of color #D5DC46: hue angle of 62.8º 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 #D5DC46 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 70 -
CMYK 0.03 0 0.68 0.14
HSL 62.8º 0.68% 0.57% -
HSV(B) 62.8º 0.68% 0.86% -
XYZ 54.14 65.77 15.64 -
YUV 200.81 54.18 136.7 -
System Red Green Blue C M Y K H S L
Decimal 213 220 70 0.03 0 0.68 0.14 62.8 0.68 0.57
Hex D5 DC 46 3 0 44 E 3F 44 39
Octal 325 334 106 3 0 104 16 77 104 71
Binary 11010101 11011100 1000110 11 0 1000100 1110 111111 1000100 111001

Color Harmonies of #D5DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC46

Black with #D5DC46

Text Example


Text Example

White with #D5DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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