Html Css Color HEX #D4D722 Bitter Lemon

📋 copy color: '#D4D722'

red 212 ◦ green 215 ◦ blue 34

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

Shades of Bitter Lemon #D4D722

Tints of Bitter Lemon #D4D722

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

 BLUE value IS 34 (13.67% from 255) = 7.38%

R = 45.99%
G = 46.64%
B = 7.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D4D722 (or 0xD4D722) is known color: Bitter Lemon. HEX triplet: D4, D7 and 22. RGB value is (212,215,34). Sum of RGB (Red+Green+Blue) = 212+215+34=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D722 is #2B28DD. Grayscale: #C2C2C2. Windows color (decimal): -2828510 or 2283476. OLE color: 2283476.

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

Color convert

RGB 212 215 34 -
CMYK 0.01 0 0.84 0.16
HSL 60.99º 0.73% 0.49% -
HSV(B) 60.99º 0.84% 0.84% -
XYZ 51.74 62.71 10.89 -
YUV 193.47 38.01 141.22 -
System Red Green Blue C M Y K H S L
Decimal 212 215 34 0.01 0 0.84 0.16 60.99 0.73 0.49
Hex D4 D7 22 1 0 54 10 3D 49 31
Octal 324 327 42 1 0 124 20 75 111 61
Binary 11010100 11010111 100010 1 0 1010100 10000 111101 1001001 110001

Color Harmonies of #D4D722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D722

Black with #D4D722

Text Example


Text Example

White with #D4D722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D722; }

 p { color: rgb(212,215,34); }

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

background-color css

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

 a { background-color: rgb(212,215,34); }

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

border-color css

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

 span { border-color: rgb(212,215,34); }

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