Html Css Color HEX #D4D528 Bitter Lemon

📋 copy color: '#D4D528'

red 212 ◦ green 213 ◦ blue 40

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

Shades of Bitter Lemon #D4D528

Tints of Bitter Lemon #D4D528

RGB

 RED value IS 212 (83.2% from 255) = 45.59%

 GREEN value IS 213 (83.59% from 255) = 45.81%

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

R = 45.59%
G = 45.81%
B = 8.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D4D528 (or 0xD4D528) is known color: Bitter Lemon. HEX triplet: D4, D5 and 28. RGB value is (212,213,40). Sum of RGB (Red+Green+Blue) = 212+213+40=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D528 is #2B2AD7. Grayscale: #C1C1C1. Windows color (decimal): -2829016 or 2676180. OLE color: 2676180.

HSL color Cylindrical-coordinate representation of color #D4D528: hue angle of 60.35º 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 #D4D528 is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 213 40 -
CMYK 0.00 0 0.81 0.16
HSL 60.35º 0.68% 0.5% -
HSV(B) 60.35º 0.81% 0.84% -
XYZ 51.33 61.74 11.22 -
YUV 192.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 212 213 40 0.00 0 0.81 0.16 60.35 0.68 0.5
Hex D4 D5 28 0 0 51 10 3C 44 32
Octal 324 325 50 0 0 121 20 74 104 62
Binary 11010100 11010101 101000 0 0 1010001 10000 111100 1000100 110010

Color Harmonies of #D4D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D528

Black with #D4D528

Text Example


Text Example

White with #D4D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D528; }

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

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

background-color css

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

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

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

border-color css

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

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

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