Html Css Color HEX #D5D328 Bitter Lemon

📋 copy color: '#D5D328'

red 213 ◦ green 211 ◦ blue 40

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

Shades of Bitter Lemon #D5D328

Tints of Bitter Lemon #D5D328

RGB

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

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

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

R = 45.91%
G = 45.47%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5D328 (or 0xD5D328) is known color: Bitter Lemon. HEX triplet: D5, D3 and 28. RGB value is (213,211,40). Sum of RGB (Red+Green+Blue) = 213+211+40=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D328 is #2A2CD7. Grayscale: #C0C0C0. Windows color (decimal): -2763992 or 2675669. OLE color: 2675669.

HSL color Cylindrical-coordinate representation of color #D5D328: hue angle of 59.31º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5D328 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 211 40 -
CMYK 0 0.01 0.81 0.16
HSL 59.31º 0.68% 0.5% -
HSV(B) 59.31º 0.81% 0.84% -
XYZ 51.12 60.89 11.07 -
YUV 192.1 42.16 142.9 -
System Red Green Blue C M Y K H S L
Decimal 213 211 40 0 0.01 0.81 0.16 59.31 0.68 0.5
Hex D5 D3 28 0 1 51 10 3B 44 32
Octal 325 323 50 0 1 121 20 73 104 62
Binary 11010101 11010011 101000 0 1 1010001 10000 111011 1000100 110010

Color Harmonies of #D5D328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D328

Black with #D5D328

Text Example


Text Example

White with #D5D328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D328; }

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

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

background-color css

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

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

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

border-color css

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

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

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