Html Css Color HEX #D3DF32 Bitter Lemon

📋 copy color: '#D3DF32'

red 211 ◦ green 223 ◦ blue 50

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

Shades of Bitter Lemon #D3DF32

Tints of Bitter Lemon #D3DF32

RGB

 RED value IS 211 (82.81% from 255) = 43.6%

 GREEN value IS 223 (87.5% from 255) = 46.07%

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

R = 43.6%
G = 46.07%
B = 10.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#D3DF32 (or 0xD3DF32) is known color: Bitter Lemon. HEX triplet: D3, DF and 32. RGB value is (211,223,50). Sum of RGB (Red+Green+Blue) = 211+223+50=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF32 is #2C20CD. Grayscale: #C8C8C8. Windows color (decimal): -2891982 or 3334099. OLE color: 3334099.

HSL color Cylindrical-coordinate representation of color #D3DF32: hue angle of 64.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3DF32 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 223 50 -
CMYK 0.05 0 0.78 0.13
HSL 64.16º 0.73% 0.54% -
HSV(B) 64.16º 0.78% 0.87% -
XYZ 53.83 66.85 13.08 -
YUV 199.69 43.52 136.07 -
System Red Green Blue C M Y K H S L
Decimal 211 223 50 0.05 0 0.78 0.13 64.16 0.73 0.54
Hex D3 DF 32 5 0 4E D 40 49 36
Octal 323 337 62 5 0 116 15 100 111 66
Binary 11010011 11011111 110010 101 0 1001110 1101 1000000 1001001 110110

Color Harmonies of #D3DF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DF32

Black with #D3DF32

Text Example


Text Example

White with #D3DF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DF32; }

 p { color: rgb(211,223,50); }

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

background-color css

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

 a { background-color: rgb(211,223,50); }

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

border-color css

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

 span { border-color: rgb(211,223,50); }

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