Html Css Color HEX #D4D129 Bitter Lemon

📋 copy color: '#D4D129'

red 212 ◦ green 209 ◦ blue 41

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

Shades of Bitter Lemon #D4D129

Tints of Bitter Lemon #D4D129

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.24%

 BLUE value IS 41 (16.41% from 255) = 8.87%

R = 45.89%
G = 45.24%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D4D129 (or 0xD4D129) is known color: Bitter Lemon. HEX triplet: D4, D1 and 29. RGB value is (212,209,41). Sum of RGB (Red+Green+Blue) = 212+209+41=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 41 (16.41% from 255 or 8.87% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D129 is #2B2ED6. Grayscale: #BFBFBF. Windows color (decimal): -2830039 or 2740692. OLE color: 2740692.

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

Color convert

RGB 212 209 41 -
CMYK 0 0.01 0.81 0.17
HSL 58.95º 0.68% 0.5% -
HSV(B) 58.95º 0.81% 0.83% -
XYZ 50.35 59.76 10.98 -
YUV 190.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 212 209 41 0 0.01 0.81 0.17 58.95 0.68 0.5
Hex D4 D1 29 0 1 51 11 3B 44 32
Octal 324 321 51 0 1 121 21 73 104 62
Binary 11010100 11010001 101001 0 1 1010001 10001 111011 1000100 110010

Color Harmonies of #D4D129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D129

Black with #D4D129

Text Example


Text Example

White with #D4D129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D129; }

 p { color: rgb(212,209,41); }

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

background-color css

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

 a { background-color: rgb(212,209,41); }

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

border-color css

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

 span { border-color: rgb(212,209,41); }

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