Html Css Color HEX #D5D944 Bitter Lemon

📋 copy color: '#D5D944'

red 213 ◦ green 217 ◦ blue 68

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

Shades of Bitter Lemon #D5D944

Tints of Bitter Lemon #D5D944

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.57%

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

R = 42.77%
G = 43.57%
B = 13.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D5D944 (or 0xD5D944) is known color: Bitter Lemon. HEX triplet: D5, D9 and 44. RGB value is (213,217,68). Sum of RGB (Red+Green+Blue) = 213+217+68=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D944 is #2A26BB. Grayscale: #C7C7C7. Windows color (decimal): -2762428 or 4512213. OLE color: 4512213.

HSL color Cylindrical-coordinate representation of color #D5D944: hue angle of 61.61º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5D944 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 68 -
CMYK 0.02 0 0.69 0.15
HSL 61.61º 0.66% 0.56% -
HSV(B) 61.61º 0.69% 0.85% -
XYZ 53.3 64.19 15.05 -
YUV 198.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 213 217 68 0.02 0 0.69 0.15 61.61 0.66 0.56
Hex D5 D9 44 2 0 45 F 3E 42 38
Octal 325 331 104 2 0 105 17 76 102 70
Binary 11010101 11011001 1000100 10 0 1000101 1111 111110 1000010 111000

Color Harmonies of #D5D944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D944

Black with #D5D944

Text Example


Text Example

White with #D5D944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D944; }

 p { color: rgb(213,217,68); }

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

background-color css

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

 a { background-color: rgb(213,217,68); }

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

border-color css

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

 span { border-color: rgb(213,217,68); }

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