Html Css Color HEX #D3D944 Bitter Lemon

📋 copy color: '#D3D944'

red 211 ◦ green 217 ◦ blue 68

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

Shades of Bitter Lemon #D3D944

Tints of Bitter Lemon #D3D944

RGB

 RED value IS 211 (82.81% from 255) = 42.54%

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

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

R = 42.54%
G = 43.75%
B = 13.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D3D944 (or 0xD3D944) is known color: Bitter Lemon. HEX triplet: D3, D9 and 44. RGB value is (211,217,68). Sum of RGB (Red+Green+Blue) = 211+217+68=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 68 (26.95% from 255 or 13.71% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D944 is #2C26BB. Grayscale: #C6C6C6. Windows color (decimal): -2893500 or 4512211. OLE color: 4512211.

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

Color convert

RGB 211 217 68 -
CMYK 0.03 0 0.69 0.15
HSL 62.42º 0.66% 0.56% -
HSV(B) 62.42º 0.69% 0.85% -
XYZ 52.72 63.89 15.02 -
YUV 198.22 54.51 137.12 -
System Red Green Blue C M Y K H S L
Decimal 211 217 68 0.03 0 0.69 0.15 62.42 0.66 0.56
Hex D3 D9 44 3 0 45 F 3E 42 38
Octal 323 331 104 3 0 105 17 76 102 70
Binary 11010011 11011001 1000100 11 0 1000101 1111 111110 1000010 111000

Color Harmonies of #D3D944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D944

Black with #D3D944

Text Example


Text Example

White with #D3D944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D944; }

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

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

background-color css

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

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

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

border-color css

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

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

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