Html Css Color HEX #D4D22A Bitter Lemon

📋 copy color: '#D4D22A'

red 212 ◦ green 210 ◦ blue 42

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

Shades of Bitter Lemon #D4D22A

Tints of Bitter Lemon #D4D22A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.26%

 BLUE value IS 42 (16.8% from 255) = 9.05%

R = 45.69%
G = 45.26%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4D22A (or 0xD4D22A) is known color: Bitter Lemon. HEX triplet: D4, D2 and 2A. RGB value is (212,210,42). Sum of RGB (Red+Green+Blue) = 212+210+42=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D22A is #2B2DD5. Grayscale: #C0C0C0. Windows color (decimal): -2829782 or 2806484. OLE color: 2806484.

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

Color convert

RGB 212 210 42 -
CMYK 0 0.01 0.80 0.17
HSL 59.29º 0.67% 0.5% -
HSV(B) 59.29º 0.8% 0.83% -
XYZ 50.62 60.26 11.15 -
YUV 191.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 212 210 42 0 0.01 0.80 0.17 59.29 0.67 0.5
Hex D4 D2 2A 0 1 50 11 3B 43 32
Octal 324 322 52 0 1 120 21 73 103 62
Binary 11010100 11010010 101010 0 1 1010000 10001 111011 1000011 110010

Color Harmonies of #D4D22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D22A

Black with #D4D22A

Text Example


Text Example

White with #D4D22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D22A; }

 p { color: rgb(212,210,42); }

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

background-color css

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

 a { background-color: rgb(212,210,42); }

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

border-color css

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

 span { border-color: rgb(212,210,42); }

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