Html Css Color HEX #D4DA32 Bitter Lemon

📋 copy color: '#D4DA32'

red 212 ◦ green 218 ◦ blue 50

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

Shades of Bitter Lemon #D4DA32

Tints of Bitter Lemon #D4DA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

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

R = 44.17%
G = 45.42%
B = 10.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D4DA32 (or 0xD4DA32) is known color: Bitter Lemon. HEX triplet: D4, DA and 32. RGB value is (212,218,50). Sum of RGB (Red+Green+Blue) = 212+218+50=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA32 is #2B25CD. Grayscale: #C5C5C5. Windows color (decimal): -2827726 or 3332820. OLE color: 3332820.

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

Color convert

RGB 212 218 50 -
CMYK 0.03 0 0.77 0.15
HSL 62.14º 0.69% 0.53% -
HSV(B) 62.14º 0.77% 0.85% -
XYZ 52.8 64.37 12.66 -
YUV 197.05 45.01 138.66 -
System Red Green Blue C M Y K H S L
Decimal 212 218 50 0.03 0 0.77 0.15 62.14 0.69 0.53
Hex D4 DA 32 3 0 4D F 3E 45 35
Octal 324 332 62 3 0 115 17 76 105 65
Binary 11010100 11011010 110010 11 0 1001101 1111 111110 1000101 110101

Color Harmonies of #D4DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA32

Black with #D4DA32

Text Example


Text Example

White with #D4DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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