Html Css Color HEX #D3D328 Bitter Lemon

📋 copy color: '#D3D328'

red 211 ◦ green 211 ◦ blue 40

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

Shades of Bitter Lemon #D3D328

Tints of Bitter Lemon #D3D328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.67%

 BLUE value IS 40 (16.02% from 255) = 8.66%

R = 45.67%
G = 45.67%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D3D328 (or 0xD3D328) is known color: Bitter Lemon. HEX triplet: D3, D3 and 28. RGB value is (211,211,40). Sum of RGB (Red+Green+Blue) = 211+211+40=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D328 is #2C2CD7. Grayscale: #C0C0C0. Windows color (decimal): -2895064 or 2675667. OLE color: 2675667.

HSL color Cylindrical-coordinate representation of color #D3D328: hue angle of 60º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3D328 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 211 40 -
CMYK 0 0 0.81 0.17
HSL 60º 0.68% 0.49% -
HSV(B) 60º 0.81% 0.83% -
XYZ 50.54 60.59 11.04 -
YUV 191.51 42.5 141.9 -
System Red Green Blue C M Y K H S L
Decimal 211 211 40 0 0 0.81 0.17 60 0.68 0.49
Hex D3 D3 28 0 0 51 11 3C 44 31
Octal 323 323 50 0 0 121 21 74 104 61
Binary 11010011 11010011 101000 0 0 1010001 10001 111100 1000100 110001

Color Harmonies of #D3D328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D328

Black with #D3D328

Text Example


Text Example

White with #D3D328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D328; }

 p { color: rgb(211,211,40); }

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

background-color css

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

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

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

border-color css

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

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

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