Html Css Color HEX #D5D928 Bitter Lemon

📋 copy color: '#D5D928'

red 213 ◦ green 217 ◦ blue 40

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

Shades of Bitter Lemon #D5D928

Tints of Bitter Lemon #D5D928

RGB

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

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

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

R = 45.32%
G = 46.17%
B = 8.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D5D928 (or 0xD5D928) is known color: Bitter Lemon. HEX triplet: D5, D9 and 28. RGB value is (213,217,40). Sum of RGB (Red+Green+Blue) = 213+217+40=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D928 is #2A26D7. Grayscale: #C4C4C4. Windows color (decimal): -2762456 or 2677205. OLE color: 2677205.

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

Color convert

RGB 213 217 40 -
CMYK 0.02 0 0.82 0.15
HSL 61.36º 0.7% 0.5% -
HSV(B) 61.36º 0.82% 0.85% -
XYZ 52.64 63.93 11.57 -
YUV 195.63 40.17 140.39 -
System Red Green Blue C M Y K H S L
Decimal 213 217 40 0.02 0 0.82 0.15 61.36 0.7 0.5
Hex D5 D9 28 2 0 52 F 3D 46 32
Octal 325 331 50 2 0 122 17 75 106 62
Binary 11010101 11011001 101000 10 0 1010010 1111 111101 1000110 110010

Color Harmonies of #D5D928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D928

Black with #D5D928

Text Example


Text Example

White with #D5D928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D928; }

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

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

background-color css

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

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

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

border-color css

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

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

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