Html Css Color HEX #D4D932 Bitter Lemon

📋 copy color: '#D4D932'

red 212 ◦ green 217 ◦ blue 50

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

Shades of Bitter Lemon #D4D932

Tints of Bitter Lemon #D4D932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.44%

R = 44.26%
G = 45.3%
B = 10.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D4D932 (or 0xD4D932) is known color: Bitter Lemon. HEX triplet: D4, D9 and 32. RGB value is (212,217,50). Sum of RGB (Red+Green+Blue) = 212+217+50=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D932 is #2B26CD. Grayscale: #C5C5C5. Windows color (decimal): -2827982 or 3332564. OLE color: 3332564.

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

Color convert

RGB 212 217 50 -
CMYK 0.02 0 0.77 0.15
HSL 61.8º 0.69% 0.52% -
HSV(B) 61.8º 0.77% 0.85% -
XYZ 52.54 63.85 12.57 -
YUV 196.47 45.34 139.08 -
System Red Green Blue C M Y K H S L
Decimal 212 217 50 0.02 0 0.77 0.15 61.8 0.69 0.52
Hex D4 D9 32 2 0 4D F 3E 45 34
Octal 324 331 62 2 0 115 17 76 105 64
Binary 11010100 11011001 110010 10 0 1001101 1111 111110 1000101 110100

Color Harmonies of #D4D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D932

Black with #D4D932

Text Example


Text Example

White with #D4D932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D932; }

 p { color: rgb(212,217,50); }

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

background-color css

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

 a { background-color: rgb(212,217,50); }

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

border-color css

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

 span { border-color: rgb(212,217,50); }

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